Searched refs:ValueFinder (Results 1 – 17 of 17) sorted by relevance
/frameworks/base/core/java/android/service/autofill/ |
D | InternalTransformation.java | 48 abstract void apply(@NonNull ValueFinder finder, @NonNull RemoteViews template, in apply() 60 public static boolean batchApply(@NonNull ValueFinder finder, @NonNull RemoteViews template, in batchApply()
|
D | InternalValidator.java | 37 public abstract boolean isValid(@NonNull ValueFinder finder); in isValid()
|
D | ValueFinder.java | 30 public interface ValueFinder { interface
|
D | NegationValidator.java | 40 public boolean isValid(@NonNull ValueFinder finder) { in isValid()
|
D | OptionalValidators.java | 47 public boolean isValid(@NonNull ValueFinder finder) { in isValid()
|
D | RequiredValidators.java | 47 public boolean isValid(@NonNull ValueFinder finder) { in isValid()
|
D | RegexValidator.java | 60 public boolean isValid(@NonNull ValueFinder finder) { in isValid()
|
D | DateTransformation.java | 67 public void apply(@NonNull ValueFinder finder, @NonNull RemoteViews parentTemplate, in apply()
|
D | LuhnChecksumValidator.java | 88 public boolean isValid(@NonNull ValueFinder finder) { in isValid()
|
D | CharSequenceTransformation.java | 77 public void apply(@NonNull ValueFinder finder, @NonNull RemoteViews parentTemplate, in apply()
|
D | ImageTransformation.java | 73 public void apply(@NonNull ValueFinder finder, @NonNull RemoteViews parentTemplate, in apply()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | AutoFillUI.java | 35 import android.service.autofill.ValueFinder; 275 @NonNull ValueFinder valueFinder, @NonNull ComponentName componentName, in showSaveUi()
|
D | SaveUi.java | 42 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/ |
D | test-lint-baseline.txt | 278 …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…
|
D | test-current.txt | 2741 …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/ |
D | Session.java | 79 import android.service.autofill.ValueFinder; 125 AutoFillUI.AutoFillUiCallback, ValueFinder {
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 62849 Landroid/service/autofill/InternalTransformation;->apply(Landroid/service/autofill/ValueFinder;Land… 62850 Landroid/service/autofill/InternalTransformation;->batchApply(Landroid/service/autofill/ValueFinder…
|