Searched refs:ValueFinder (Results 1 – 18 of 18) sorted by relevance
/aosp12/frameworks/base/core/java/android/service/autofill/ |
H A D | InternalTransformation.java | 49 abstract void apply(@NonNull ValueFinder finder, @NonNull RemoteViews template, in apply() 61 public static boolean batchApply(@NonNull ValueFinder finder, @NonNull RemoteViews template, in batchApply()
|
H A D | InternalValidator.java | 37 public abstract boolean isValid(@NonNull ValueFinder finder); in isValid()
|
H A D | ValueFinder.java | 30 public interface ValueFinder { interface
|
H A D | NegationValidator.java | 40 public boolean isValid(@NonNull ValueFinder finder) { in isValid()
|
H A D | OptionalValidators.java | 47 public boolean isValid(@NonNull ValueFinder finder) { in isValid()
|
H A D | RequiredValidators.java | 47 public boolean isValid(@NonNull ValueFinder finder) { in isValid()
|
H A D | RegexValidator.java | 60 public boolean isValid(@NonNull ValueFinder finder) { in isValid()
|
H A D | DateTransformation.java | 67 public void apply(@NonNull ValueFinder finder, @NonNull RemoteViews parentTemplate, in apply()
|
H A D | LuhnChecksumValidator.java | 88 public boolean isValid(@NonNull ValueFinder finder) { in isValid()
|
H A D | CharSequenceTransformation.java | 77 public void apply(@NonNull ValueFinder finder, @NonNull RemoteViews parentTemplate, in apply()
|
H A D | ImageTransformation.java | 73 public void apply(@NonNull ValueFinder finder, @NonNull RemoteViews parentTemplate, in apply()
|
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | AutoFillUI.java | 36 import android.service.autofill.ValueFinder; 301 @NonNull ValueFinder valueFinder, @NonNull ComponentName componentName, in showSaveUi()
|
H A D | SaveUi.java | 44 import android.service.autofill.ValueFinder; 178 @NonNull SaveInfo info, @NonNull ValueFinder valueFinder, in SaveUi() 365 @NonNull ValueFinder valueFinder, @NonNull SaveInfo info) { in applyCustomDescription()
|
/aosp12/frameworks/base/core/api/ |
H A D | test-lint-baseline.txt | 312 …ce.autofill.InternalTransformation#batchApply(android.service.autofill.ValueFinder, android.widget… 418 …ice.autofill.CharSequenceTransformation#apply(android.service.autofill.ValueFinder, android.widget… 420 …oid.service.autofill.DateTransformation#apply(android.service.autofill.ValueFinder, android.widget… 422 …id.service.autofill.ImageTransformation#apply(android.service.autofill.ValueFinder, android.widget… 2840 …ice.autofill.CharSequenceTransformation#apply(android.service.autofill.ValueFinder, android.widget… 2842 …oid.service.autofill.DateTransformation#apply(android.service.autofill.ValueFinder, android.widget… 2844 …id.service.autofill.ImageTransformation#apply(android.service.autofill.ValueFinder, android.widget… 2846 …ce.autofill.InternalTransformation#batchApply(android.service.autofill.ValueFinder, android.widget…
|
H A D | test-current.txt | 2237 …method public void apply(@NonNull android.service.autofill.ValueFinder, @NonNull android.widget.Re… 2272 …method public void apply(@NonNull android.service.autofill.ValueFinder, @NonNull android.widget.Re… 2284 …method public void apply(@NonNull android.service.autofill.ValueFinder, @NonNull android.widget.Re… 2299 …method public static boolean batchApply(@NonNull android.service.autofill.ValueFinder, @NonNull an… 2304 method public abstract boolean isValid(@NonNull android.service.autofill.ValueFinder); 2308 method public boolean isValid(@NonNull android.service.autofill.ValueFinder); 2312 method public boolean isValid(@NonNull android.service.autofill.ValueFinder); 2323 public interface ValueFinder {
|
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | Session.java | 88 import android.service.autofill.ValueFinder; 145 AutoFillUI.AutoFillUiCallback, ValueFinder {
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 12461 …onentName;Landroid/service/autofill/SaveInfo;Landroid/service/autofill/ValueFinder;Landroid/metric… 12504 …onentName;Landroid/service/autofill/SaveInfo;Landroid/service/autofill/ValueFinder;Landroid/metric… 12507 …ng/String;Landroid/service/autofill/SaveInfo;Landroid/service/autofill/ValueFinder;Landroid/conten… 12707 …onentName;Landroid/service/autofill/SaveInfo;Landroid/service/autofill/ValueFinder;Lcom/android/se… 12708 …(Landroid/content/Context;Landroid/view/View;Landroid/service/autofill/ValueFinder;Landroid/servic…
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 52260 Landroid/service/autofill/InternalTransformation;->apply(Landroid/service/autofill/ValueFinder;Land… 52261 Landroid/service/autofill/InternalTransformation;->batchApply(Landroid/service/autofill/ValueFinder…
|