Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DSaveUi.java178 @NonNull SaveInfo info, @NonNull ValueFinder valueFinder, in SaveUi() argument
294 applyCustomDescription(context, view, valueFinder, info); in SaveUi()
365 @NonNull ValueFinder valueFinder, @NonNull SaveInfo info) { in applyCustomDescription() argument
385 if (!InternalTransformation.batchApply(valueFinder, template, transformations)) { in applyCustomDescription()
425 if (condition == null || !condition.isValid(valueFinder)) { in applyCustomDescription()
444 if (!InternalTransformation.batchApply(valueFinder, template, in applyCustomDescription()
H A DAutoFillUI.java301 @NonNull ValueFinder valueFinder, @NonNull ComponentName componentName, in showSaveUi() argument
327 servicePackageName, componentName, info, valueFinder, mOverlayControl, in showSaveUi()