Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DInternalTransformation.java48 abstract void apply(@NonNull ValueFinder finder, @NonNull RemoteViews template, in apply()
60 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()
DOptionalValidators.java47 public boolean isValid(@NonNull ValueFinder finder) { in isValid()
DRequiredValidators.java47 public boolean isValid(@NonNull ValueFinder finder) { in isValid()
DRegexValidator.java60 public boolean isValid(@NonNull ValueFinder finder) { in isValid()
DDateTransformation.java67 public void apply(@NonNull ValueFinder finder, @NonNull RemoteViews parentTemplate, in apply()
DLuhnChecksumValidator.java88 public boolean isValid(@NonNull ValueFinder finder) { in isValid()
DCharSequenceTransformation.java77 public void apply(@NonNull ValueFinder finder, @NonNull RemoteViews parentTemplate, in apply()
DImageTransformation.java73 public void apply(@NonNull ValueFinder finder, @NonNull RemoteViews parentTemplate, in apply()
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DAutoFillUI.java35 import android.service.autofill.ValueFinder;
275 @NonNull ValueFinder valueFinder, @NonNull ComponentName componentName, in showSaveUi()
DSaveUi.java42 import android.service.autofill.ValueFinder;
156 @NonNull SaveInfo info, @NonNull ValueFinder valueFinder, in SaveUi()
283 @NonNull ValueFinder valueFinder, @NonNull SaveInfo info) { in applyCustomDescription()
/frameworks/base/api/
Dtest-lint-baseline.txt278 …ce.autofill.InternalTransformation#batchApply(android.service.autofill.ValueFinder, android.widget…
384 …ice.autofill.CharSequenceTransformation#apply(android.service.autofill.ValueFinder, android.widget…
386 …oid.service.autofill.DateTransformation#apply(android.service.autofill.ValueFinder, android.widget…
388 …id.service.autofill.ImageTransformation#apply(android.service.autofill.ValueFinder, android.widget…
2625 …ice.autofill.CharSequenceTransformation#apply(android.service.autofill.ValueFinder, android.widget…
2627 …oid.service.autofill.DateTransformation#apply(android.service.autofill.ValueFinder, android.widget…
2629 …id.service.autofill.ImageTransformation#apply(android.service.autofill.ValueFinder, android.widget…
2631 …ce.autofill.InternalTransformation#batchApply(android.service.autofill.ValueFinder, android.widget…
Dtest-current.txt2741 …method public void apply(@NonNull android.service.autofill.ValueFinder, @NonNull android.widget.Re…
2763 …method public void apply(@NonNull android.service.autofill.ValueFinder, @NonNull android.widget.Re…
2775 …method public void apply(@NonNull android.service.autofill.ValueFinder, @NonNull android.widget.Re…
2790 …method public static boolean batchApply(@NonNull android.service.autofill.ValueFinder, @NonNull an…
2795 method public abstract boolean isValid(@NonNull android.service.autofill.ValueFinder);
2799 method public boolean isValid(@NonNull android.service.autofill.ValueFinder);
2803 method public boolean isValid(@NonNull android.service.autofill.ValueFinder);
2814 public interface ValueFinder {
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java79 import android.service.autofill.ValueFinder;
125 AutoFillUI.AutoFillUiCallback, ValueFinder {
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt62849 Landroid/service/autofill/InternalTransformation;->apply(Landroid/service/autofill/ValueFinder;Land…
62850 Landroid/service/autofill/InternalTransformation;->batchApply(Landroid/service/autofill/ValueFinder