Home
last modified time | relevance | path

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

123

/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/base/services/usb/java/com/android/server/usb/
DUsbSettingsManager.java226 private boolean matches(int clasz, int subclass, int protocol) { in matches() method in UsbSettingsManager.DeviceFilter
232 public boolean matches(UsbDevice device) { in matches() method in UsbSettingsManager.DeviceFilter
260 public boolean matches(DeviceFilter f) { in matches() method in UsbSettingsManager.DeviceFilter
427 public boolean matches(UsbAccessory acc) { in matches() method in UsbSettingsManager.AccessoryFilter
434 public boolean matches(AccessoryFilter f) { in matches() method in UsbSettingsManager.AccessoryFilter
707 ArrayList<ResolveInfo> matches = new ArrayList<ResolveInfo>(); in getDeviceMatchesLocked() local
722 ArrayList<ResolveInfo> matches = new ArrayList<ResolveInfo>(); in getAccessoryMatchesLocked() local
750 ArrayList<ResolveInfo> matches; in resolveActivity() local
780 ArrayList<ResolveInfo> matches; in accessoryAttached() local
802 private void resolveActivity(Intent intent, ArrayList<ResolveInfo> matches, in resolveActivity()
/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
DRelation.java93 public boolean matches(Relation relation) { in matches() method in Relation
/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
DPortFilter.java44 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in PortFilter
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DInMatcher.java50 public boolean matches(Object o) { in matches() method in InMatcher
/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/opt/net/wifi/service/java/com/android/server/wifi/
DIMSIParameter.java41 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
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
DCamera2RequestSettingsSet.java172 public <T> boolean matches(Key<T> key, T value) { in matches() method in Camera2RequestSettingsSet
/frameworks/base/core/java/android/view/
DHandlerActionQueue.java122 public boolean matches(Runnable otherAction) { in matches() method in HandlerActionQueue.HandlerAction
/frameworks/av/media/libmedia/
DCharacterEncodingDetector.cpp117 int32_t matches; in detectAndConvert() local
286 Vector<const UCharsetMatch*> matches; in getPreferred() local
/frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/
DAsn1Object.java67 public boolean matches(Asn1ID id) { in matches() method in Asn1Object
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyEventLogTest.java60 public boolean matches(Object item) { in matches() method in TelephonyEventLogTest.TelephonyEventMatcher
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaInserterTest.java60 public boolean matches(Object argument) { in matches() method in MediaInserterTest.MediaUriMatcher

123