Home
last modified time | relevance | path

Searched refs:valueFinder (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DSaveUi.java156 @NonNull SaveInfo info, @NonNull ValueFinder valueFinder, in SaveUi() argument
224 applyCustomDescription(context, view, valueFinder, info); in SaveUi()
283 @NonNull ValueFinder valueFinder, @NonNull SaveInfo info) { in applyCustomDescription() argument
304 if (!InternalTransformation.batchApply(valueFinder, template, transformations)) { in applyCustomDescription()
361 if (condition == null || !condition.isValid(valueFinder)) { in applyCustomDescription()
380 if (!InternalTransformation.batchApply(valueFinder, template, in applyCustomDescription()
DAutoFillUI.java275 @NonNull ValueFinder valueFinder, @NonNull ComponentName componentName, in showSaveUi() argument
300 servicePackageName, componentName, info, valueFinder, mOverlayControl, in showSaveUi()