Home
last modified time | relevance | path

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

1234

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothDeviceFilter.java36 boolean matches(BluetoothDevice device); in matches() method
79 public boolean matches(BluetoothDevice device) { in matches() method in BluetoothDeviceFilter.AllFilter
86 public boolean matches(BluetoothDevice device) { in matches() method in BluetoothDeviceFilter.BondedDeviceFilter
93 public boolean matches(BluetoothDevice device) { in matches() method in BluetoothDeviceFilter.UnbondedDeviceFilter
100 abstract boolean matches(ParcelUuid[] uuids, BluetoothClass btClass); in matches() method in BluetoothDeviceFilter.ClassUuidFilter
102 public boolean matches(BluetoothDevice device) { in matches() method in BluetoothDeviceFilter.ClassUuidFilter
110 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches() method in BluetoothDeviceFilter.AudioFilter
131 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches() method in BluetoothDeviceFilter.TransferFilter
145 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches() method in BluetoothDeviceFilter.PanuFilter
159 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches() method in BluetoothDeviceFilter.NapFilter
/frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/solver/
DQueryResultBinderProvider.kt25 fun matches(declared: DeclaredType) : Boolean method
/frameworks/support/core-utils/java/android/support/v4/content/
DMimeTypeFilter.java75 public static boolean matches(@Nullable String mimeType, @NonNull String filter) { in matches() method in MimeTypeFilter
90 public static String matches( in matches() method in MimeTypeFilter
111 public static String matches( in matches() method in MimeTypeFilter
/frameworks/base/core/java/android/companion/
DDeviceFilter.java47 boolean matches(D device); in matches() method
60 static <D extends Parcelable> boolean matches(@Nullable DeviceFilter<D> filter, D device) { in matches() method
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbProfileGroupSettingsManager.java289 private boolean matches(int clasz, int subclass, int protocol) { in matches() method in UsbProfileGroupSettingsManager.DeviceFilter
295 public boolean matches(UsbDevice device) { in matches() method in UsbProfileGroupSettingsManager.DeviceFilter
501 public boolean matches(UsbAccessory acc) { in matches() method in UsbProfileGroupSettingsManager.AccessoryFilter
914 private ArrayList<ResolveInfo> preferHighPriority(@NonNull ArrayList<ResolveInfo> matches) { in preferHighPriority()
993 ArrayList<ResolveInfo> matches = new ArrayList<>( in removeForwardIntentIfNotNeeded() local
1010 ArrayList<ResolveInfo> matches = new ArrayList<>(); in getDeviceMatchesLocked() local
1025 ArrayList<ResolveInfo> matches = new ArrayList<>(); in getAccessoryMatchesLocked() local
1048 final ArrayList<ResolveInfo> matches; in resolveActivity() local
1112 final ArrayList<ResolveInfo> matches; in accessoryAttached() local
1132 private void resolveActivity(@NonNull Intent intent, @NonNull ArrayList<ResolveInfo> matches, in resolveActivity()
[all …]
/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/services/core/java/com/android/server/firewall/
DFilter.java34 boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method
DOrFilter.java28 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in OrFilter
DAndFilter.java28 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in AndFilter
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
DPortFilter.java44 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in PortFilter
/frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/solver/binderprovider/
DInstantQueryResultBinderProvider.kt32 override fun matches(declared: DeclaredType): Boolean = true method in android.arch.persistence.room.solver.binderprovider.InstantQueryResultBinderProvider
DCursorQueryResultBinderProvider.kt33 override fun matches(declared: DeclaredType): Boolean = method in android.arch.persistence.room.solver.binderprovider.CursorQueryResultBinderProvider
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DInMatcher.java50 public boolean matches(Object o) { in matches() method in InMatcher
/frameworks/av/services/oboeservice/
DAAudioServiceEndpoint.cpp98 bool AAudioServiceEndpoint::matches(const AAudioStreamConfiguration& configuration) { in matches() function in AAudioServiceEndpoint
/frameworks/av/media/libmedia/
DCharacterEncodingDetector.cpp119 int32_t matches; in detectAndConvert() local
186 int32_t matches; in detectAndConvert() local
302 Vector<const UCharsetMatch*> matches; in getPreferred() local
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DPendingUi.java78 public boolean matches(IBinder token) { in matches() method in PendingUi
/frameworks/base/tools/aapt/
DApkBuilder.h82 bool matches(const sp<AaptFile>& file) const { in matches() function
/frameworks/base/packages/Osu/src/com/android/hotspot2/
DIMSIParameter.java39 public boolean matches(String fullIMSI) { in matches() method in IMSIParameter
/frameworks/base/services/core/java/com/android/server/policy/
DPolicyControl.java195 boolean matches(LayoutParams attrs) { in matches() method in PolicyControl.Filter
205 boolean matches(String packageName) { in matches() method in PolicyControl.Filter

1234