Home
last modified time | relevance | path

Searched defs:matches (Results 1 – 25 of 46) sorted by relevance

12

/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/queries/
DBundleQueryHelper.java56 public boolean matches(Bundle value) { in matches() method in BundleQueryHelper
66 public boolean matches(SerializableParcelWrapper<Bundle> serializableBundle) { in matches() method in BundleQueryHelper
77 public static boolean matches(BundleQueryHelper<?> bundleQueryHelper, Bundle value) { in matches() method in BundleQueryHelper
DUriQueryHelper.java58 public boolean matches(Uri value) { in matches() method in UriQueryHelper
73 public boolean matches(SerializableParcelWrapper<Uri> serializableUri) { in matches() method in UriQueryHelper
84 public static boolean matches(UriQueryHelper<?> uriQueryHelper, Uri value) { in matches() method in UriQueryHelper
DNotificationQueryHelper.java55 public boolean matches(Notification value) { in matches() method in NotificationQueryHelper
64 public static boolean matches(NotificationQueryHelper<?> query, Notification value) { in matches() method in NotificationQueryHelper
DIntegerQueryHelper.java95 public boolean matches(Integer value) { in matches() method in IntegerQueryHelper
100 public boolean matches(int value) { in matches() method in IntegerQueryHelper
124 public static boolean matches(IntegerQuery<?> query, int value) { in matches() method in IntegerQueryHelper
DServiceQueryHelper.java59 public boolean matches(ServiceInfo value) { in matches() method in ServiceQueryHelper
76 public static boolean matches(ServiceQueryHelper<?> serviceQueryHelper, ServiceInfo value) { in matches() method in ServiceQueryHelper
DIntentQueryHelper.java60 public boolean matches(Intent value) { in matches() method in IntentQueryHelper
75 public boolean matches(SerializableParcelWrapper<Intent> serializableIntent) { in matches() method in IntentQueryHelper
DPersistableBundleQueryHelper.java57 public boolean matches(PersistableBundle value) { in matches() method in PersistableBundleQueryHelper
68 public boolean matches(SerializableParcelWrapper<PersistableBundle> serializableBundle) { in matches() method in PersistableBundleQueryHelper
DBooleanQueryHelper.java68 public boolean matches(Boolean value) { in matches() method in BooleanQueryHelper
81 public static boolean matches(BooleanQuery<?> query, Boolean value) { in matches() method in BooleanQueryHelper
DUserHandleQueryHelper.java64 public boolean matches(UserHandle value) { in matches() method in UserHandleQueryHelper
80 public boolean matches(SerializableParcelWrapper<UserHandle> serializableBundle) { in matches() method in UserHandleQueryHelper
DActivityQueryHelper.java63 public boolean matches(ActivityInfo value) { in matches() method in ActivityQueryHelper
78 public static boolean matches(ActivityQueryHelper<?> activityQueryHelper, ActivityInfo value) { in matches() method in ActivityQueryHelper
DQuery.java24 boolean matches(E value); in matches() method
DStringQueryHelper.java58 public boolean matches(String value) { in matches() method in StringQueryHelper
69 public static boolean matches(StringQueryHelper<?> stringQueryHelper, String value) { in matches() method in StringQueryHelper
DLongQueryHelper.java92 public boolean matches(Long value) { in matches() method in LongQueryHelper
97 public boolean matches(long value) { in matches() method in LongQueryHelper
DBroadcastReceiverQueryHelper.java46 public boolean matches(BroadcastReceiverInfo value) { in matches() method in BroadcastReceiverQueryHelper
DDeviceAdminReceiverQueryHelper.java46 public boolean matches(DeviceAdminReceiverInfo value) { in matches() method in DeviceAdminReceiverQueryHelper
DSerializableQueryHelper.java49 public boolean matches(Serializable value) { in matches() method in SerializableQueryHelper
DClassQueryHelper.java62 public boolean matches(ClassInfo value) { in matches() method in ClassQueryHelper
DIntentFilterQueryHelper.java61 public boolean matches(IntentFilter value) { in matches() method in IntentFilterQueryHelper
DSetQueryHelper.java115 public boolean matches(Set<F> value) { in matches() method in SetQueryHelper
131 public static <F> boolean matches(SetQuery<?, F, ?> query, Set<F> value) { in matches() method in SetQueryHelper
DPersistableBundleKeyQueryHelper.java86 public boolean matches(PersistableBundle value, String key) { in matches() method in PersistableBundleKeyQueryHelper
/cts/tests/tests/content/src/android/content/pm/cts/
DInstantAppTest.java59 final List<ResolveInfo> matches = in testInstantAppResolverQuery() local
73 final List<ResolveInfo> matches = in testInstantAppInstallerQuery() local
/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/
DCharSequenceMatcher.java28 public boolean matches(CharSequence actual) { in matches() method in CharSequenceMatcher
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DInMatcher.java46 public boolean matches(Object o) { in matches() method in InMatcher
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/
DNotificationListenerQuery.java105 private boolean matches(StatusBarNotification sbn) { in matches() method in NotificationListenerQuery
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/util/
DIntentsResolutionHelper.java80 public boolean matches(Object item) { in activity() method in IntentsResolutionHelper

12