Searched defs:finder (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/libs/androidfw/tests/ |
D | AttributeFinder_test.cpp | 54 MockAttributeFinder finder(kSortedAttributes, end); in TEST() local 68 MockAttributeFinder finder(kSortedAttributes, end); in TEST() local 82 MockAttributeFinder finder(kSortedAttributes, end); in TEST() local 97 MockAttributeFinder finder(kPackageUnsortedAttributes, end); in TEST() local 114 MockAttributeFinder finder(kSinglePackageAttributes, end); in TEST() local
|
/frameworks/base/core/java/android/service/autofill/ |
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()
|
D | InternalValidator.java | 37 public abstract boolean isValid(@NonNull ValueFinder finder); in isValid()
|
D | NegationValidator.java | 40 public boolean isValid(@NonNull ValueFinder finder) { in isValid()
|
D | RequiredValidators.java | 49 public boolean isValid(@NonNull ValueFinder finder) { in isValid()
|
D | OptionalValidators.java | 49 public boolean isValid(@NonNull ValueFinder finder) { in isValid()
|
D | RegexValidator.java | 59 public boolean isValid(@NonNull ValueFinder finder) { in isValid()
|
D | LuhnChecksumValidator.java | 88 public boolean isValid(@NonNull ValueFinder finder) { in isValid()
|
D | DateTransformation.java | 66 public void apply(@NonNull ValueFinder finder, @NonNull RemoteViews parentTemplate, in apply()
|
D | CharSequenceTransformation.java | 78 public void apply(@NonNull ValueFinder finder, @NonNull RemoteViews parentTemplate, in apply()
|
D | ImageTransformation.java | 74 public void apply(@NonNull ValueFinder finder, @NonNull RemoteViews parentTemplate, in apply()
|
/frameworks/base/services/core/java/com/android/server/appbinding/ |
D | AppBindingService.java | 323 private void onAppChanged(AppServiceFinder finder, int userId) { in onAppChanged() 362 final AppServiceFinder finder = findFinderLocked(userId, packageName); in handlePackageAddedReplacing() local 435 Handler handler, AppServiceFinder finder, in AppServiceConnection()
|