Searched refs:valueFinder (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | SaveUi.java | 182 @NonNull SaveInfo info, @NonNull ValueFinder valueFinder, in SaveUi() argument 307 applyCustomDescription(context, view, valueFinder, info); in SaveUi() 393 @NonNull ValueFinder valueFinder, @NonNull SaveInfo info) { in applyCustomDescription() argument 412 if (!InternalTransformation.batchApply(valueFinder, template, transformations)) { in applyCustomDescription() 452 if (condition == null || !condition.isValid(valueFinder)) { in applyCustomDescription() 472 if (!InternalTransformation.batchApply(valueFinder, template, in applyCustomDescription()
|
D | AutoFillUI.java | 339 @NonNull ValueFinder valueFinder, @NonNull ComponentName componentName, in showSaveUi() argument 366 servicePackageName, componentName, info, valueFinder, mOverlayControl, in showSaveUi()
|