Home
last modified time | relevance | path

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

12345

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothDeviceFilter.java39 boolean matches(BluetoothDevice device); in matches() method
82 public boolean matches(BluetoothDevice device) { in matches() method in BluetoothDeviceFilter.AllFilter
89 public boolean matches(BluetoothDevice device) { in matches() method in BluetoothDeviceFilter.BondedDeviceFilter
96 public boolean matches(BluetoothDevice device) { in matches() method in BluetoothDeviceFilter.UnbondedDeviceFilter
103 abstract boolean matches(ParcelUuid[] uuids, BluetoothClass btClass); in matches() method in BluetoothDeviceFilter.ClassUuidFilter
105 public boolean matches(BluetoothDevice device) { in matches() method in BluetoothDeviceFilter.ClassUuidFilter
113 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches() method in BluetoothDeviceFilter.AudioFilter
134 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches() method in BluetoothDeviceFilter.TransferFilter
148 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches() method in BluetoothDeviceFilter.PanuFilter
162 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches() method in BluetoothDeviceFilter.NapFilter
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DElementMatcher.kt22 fun matches(key: ElementKey, scene: SceneKey): Boolean in matches() method
33 override fun matches(key: ElementKey, scene: SceneKey): Boolean { in matches() method
DKey.kt77 override fun matches(key: ElementKey, scene: SceneKey): Boolean { in matches() method
89 override fun matches(key: ElementKey, scene: SceneKey): Boolean { in withIdentity() method
/frameworks/base/core/java/android/content/
DMimeTypeFilter.java77 public static boolean matches(@Nullable String mimeType, @NonNull String filter) { in matches() method in MimeTypeFilter
93 public static String matches( in matches() method in MimeTypeFilter
115 public static String matches( in matches() method in MimeTypeFilter
/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/utils/
DClassFilter.kt35 fun matches(classInternalName: String): Boolean { in <lambda>() method
52 fun matches(classInternalName: String): Boolean { in <lambda>() method in com.android.hoststubgen.utils.ClassFilter
/frameworks/base/core/java/android/companion/
DDeviceFilter.java50 boolean matches(D device); in matches() method
64 static <D extends Parcelable> boolean matches(@Nullable DeviceFilter<D> filter, D device) { in matches() method
/frameworks/base/core/java/android/window/
DTransitionFilter.java82 public boolean matches(@NonNull TransitionInfo info) { in matches() method in TransitionFilter
202 boolean matches(@NonNull TransitionInfo info) { in matches() method in TransitionFilter.Requirement
268 boolean matches(@NonNull TransitionRequestInfo request) { in matches() method in TransitionFilter.Requirement
/frameworks/base/core/java/android/service/autofill/
DFieldClassification.java40 public FieldClassification(@NonNull ArrayList<Match> matches) { in FieldClassification()
81 final ArrayList<Match> matches = new ArrayList<>(); in readFromParcel() local
/frameworks/base/core/java/android/hardware/usb/
DDeviceFilter.java191 private boolean matches(int usbClass, int subclass, int protocol) { in matches() method in DeviceFilter
197 private boolean matches(int usbClass, int subclass, int protocol, String interfaceName) { in matches() method in DeviceFilter
206 public boolean matches(UsbDevice device) { in matches() method in DeviceFilter
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
DAbstractAssetMatcher.java29 public abstract boolean matches(AbstractAsset asset); in matches() method in AbstractAssetMatcher
DWebAssetMatcher.java31 public boolean matches(AbstractAsset asset) { in matches() method in WebAssetMatcher
DAndroidAppAssetMatcher.java35 public boolean matches(AbstractAsset asset) { in matches() method in AndroidAppAssetMatcher
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DMatcherUtils.java37 public boolean matches(final Object item) { in first() method
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbProfileGroupSettingsManager.java788 private ArrayList<ResolveInfo> preferHighPriority(@NonNull ArrayList<ResolveInfo> matches) { in preferHighPriority()
867 ArrayList<ResolveInfo> matches = new ArrayList<>( in removeForwardIntentIfNotNeeded() local
884 ArrayList<ResolveInfo> matches = new ArrayList<>(); in getDeviceMatchesLocked() local
899 ArrayList<ResolveInfo> matches = new ArrayList<>(); in getAccessoryMatchesLocked() local
925 final ArrayList<ResolveInfo> matches; in resolveActivity() local
1063 final ArrayList<ResolveInfo> matches; in accessoryAttached() local
1084 private void resolveActivity(@NonNull Intent intent, @NonNull ArrayList<ResolveInfo> matches, in resolveActivity()
1155 private @Nullable ActivityInfo getDefaultActivityLocked( in getDefaultActivityLocked()
/frameworks/base/services/core/java/com/android/server/firewall/
DFilter.java34 boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method
DAndFilter.java28 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in AndFilter
DOrFilter.java28 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in OrFilter
DNotFilter.java35 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in NotFilter
DSenderPermissionFilter.java36 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in SenderPermissionFilter
DCategoryFilter.java37 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in CategoryFilter
DSenderPackageFilter.java42 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in SenderPackageFilter
/frameworks/av/media/libmedia/
DCharacterEncodingDetector.cpp141 int32_t matches; in detectAndConvert() local
214 int32_t matches; in detectAndConvert() local
329 Vector<const UCharsetMatch*> matches; in getPreferred() local
/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
DAudioServerPermissionProviderTest.java103 public boolean matches(UidPackageState state) { in matches() method in AudioServerPermissionProviderTest.UidPackageStateMatcher
128 public boolean matches(List<UidPackageState> other) { in matches() method in AudioServerPermissionProviderTest.PackageStateListMatcher
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DInMatcher.java50 public boolean matches(Object o) { in matches() method in InMatcher
/frameworks/base/telephony/java/android/telephony/
DUiccAccessRule.java270 public boolean matches(@Nullable String certHash, @Nullable String packageName) { in matches() method in UiccAccessRule
274 private boolean matches(byte[] certHash, String packageName) { in matches() method in UiccAccessRule

12345