Home
last modified time | relevance | path

Searched refs:ValueFinder (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/java/android/service/autofill/
DInternalTransformation.java49 abstract void apply(@NonNull ValueFinder finder, @NonNull RemoteViews template, in apply()
61 public static boolean batchApply(@NonNull ValueFinder finder, @NonNull RemoteViews template, in batchApply()
DInternalValidator.java37 public abstract boolean isValid(@NonNull ValueFinder finder); in isValid()
DValueFinder.java30 public interface ValueFinder { interface
DNegationValidator.java40 public boolean isValid(@NonNull ValueFinder finder) { in isValid()
DRequiredValidators.java49 public boolean isValid(@NonNull ValueFinder finder) { in isValid()
DOptionalValidators.java49 public boolean isValid(@NonNull ValueFinder finder) { in isValid()
DRegexValidator.java59 public boolean isValid(@NonNull ValueFinder finder) { in isValid()
DLuhnChecksumValidator.java88 public boolean isValid(@NonNull ValueFinder finder) { in isValid()
DDateTransformation.java66 public void apply(@NonNull ValueFinder finder, @NonNull RemoteViews parentTemplate, in apply()
DCharSequenceTransformation.java78 public void apply(@NonNull ValueFinder finder, @NonNull RemoteViews parentTemplate, in apply()
DImageTransformation.java74 public void apply(@NonNull ValueFinder finder, @NonNull RemoteViews parentTemplate, in apply()
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DSaveUi.java45 import android.service.autofill.ValueFinder;
182 @NonNull SaveInfo info, @NonNull ValueFinder valueFinder, in SaveUi()
393 @NonNull ValueFinder valueFinder, @NonNull SaveInfo info) { in applyCustomDescription()
DAutoFillUI.java40 import android.service.autofill.ValueFinder;
339 @NonNull ValueFinder valueFinder, @NonNull ComponentName componentName, in showSaveUi()
/frameworks/base/core/api/
Dtest-current.txt2956 …method public void apply(@NonNull android.service.autofill.ValueFinder, @NonNull android.widget.Re…
3004 …method public void apply(@NonNull android.service.autofill.ValueFinder, @NonNull android.widget.Re…
3017 …method public void apply(@NonNull android.service.autofill.ValueFinder, @NonNull android.widget.Re…
3032 …method public static boolean batchApply(@NonNull android.service.autofill.ValueFinder, @NonNull an…
3037 method public abstract boolean isValid(@NonNull android.service.autofill.ValueFinder);
3041 method public boolean isValid(@NonNull android.service.autofill.ValueFinder);
3045 method public boolean isValid(@NonNull android.service.autofill.ValueFinder);
3056 public interface ValueFinder {
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java166 import android.service.autofill.ValueFinder;
234 AutoFillUI.AutoFillUiCallback, ValueFinder,
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt48294 Landroid/service/autofill/InternalTransformation;->apply(Landroid/service/autofill/ValueFinder;Land…
48295 Landroid/service/autofill/InternalTransformation;->batchApply(Landroid/service/autofill/ValueFinder