/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | BluetoothDeviceFilter.java | 38 boolean matches(BluetoothDevice device); in matches() method 81 public boolean matches(BluetoothDevice device) { in matches() method in BluetoothDeviceFilter.AllFilter 88 public boolean matches(BluetoothDevice device) { in matches() method in BluetoothDeviceFilter.BondedDeviceFilter 95 public boolean matches(BluetoothDevice device) { in matches() method in BluetoothDeviceFilter.UnbondedDeviceFilter 102 abstract boolean matches(ParcelUuid[] uuids, BluetoothClass btClass); in matches() method in BluetoothDeviceFilter.ClassUuidFilter 104 public boolean matches(BluetoothDevice device) { in matches() method in BluetoothDeviceFilter.ClassUuidFilter 112 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches() method in BluetoothDeviceFilter.AudioFilter 133 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches() method in BluetoothDeviceFilter.TransferFilter 147 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches() method in BluetoothDeviceFilter.PanuFilter 161 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches() method in BluetoothDeviceFilter.NapFilter
|
/frameworks/base/core/java/android/content/ |
D | MimeTypeFilter.java | 77 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/core/java/android/companion/ |
D | DeviceFilter.java | 50 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/ |
D | TransitionFilter.java | 56 public boolean matches(@NonNull TransitionInfo info) { in matches() method in TransitionFilter 139 boolean matches(@NonNull TransitionInfo info) { in matches() method in TransitionFilter.Requirement 168 boolean matches(@NonNull TransitionRequestInfo request) { in matches() method in TransitionFilter.Requirement
|
/frameworks/base/core/java/android/service/autofill/ |
D | FieldClassification.java | 41 public FieldClassification(@NonNull ArrayList<Match> matches) { in FieldClassification() 82 final ArrayList<Match> matches = new ArrayList<>(); in readFromParcel() local
|
/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/ |
D | TestHttpServer.kt | 48 fun matches(uri: Uri) = (uri.path ?: "") == path && (uri.query ?: "") == queryParameters in <lambda>() method
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
D | AbstractAssetMatcher.java | 29 public abstract boolean matches(AbstractAsset asset); in matches() method in AbstractAssetMatcher
|
D | WebAssetMatcher.java | 31 public boolean matches(AbstractAsset asset) { in matches() method in WebAssetMatcher
|
D | AndroidAppAssetMatcher.java | 35 public boolean matches(AbstractAsset asset) { in matches() method in AndroidAppAssetMatcher
|
/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
D | MatcherUtils.java | 37 public boolean matches(final Object item) { in first() method
|
/frameworks/base/services/core/java/com/android/server/firewall/ |
D | Filter.java | 34 boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method
|
D | AndFilter.java | 28 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in AndFilter
|
D | OrFilter.java | 28 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in OrFilter
|
D | NotFilter.java | 35 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in NotFilter
|
D | SenderPermissionFilter.java | 36 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in SenderPermissionFilter
|
D | CategoryFilter.java | 37 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in CategoryFilter
|
D | SenderPackageFilter.java | 42 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in SenderPackageFilter
|
D | PortFilter.java | 44 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in PortFilter
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
D | InMatcher.java | 50 public boolean matches(Object o) { in matches() method in InMatcher
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbProfileGroupSettingsManager.java | 762 private ArrayList<ResolveInfo> preferHighPriority(@NonNull ArrayList<ResolveInfo> matches) { in preferHighPriority() 841 ArrayList<ResolveInfo> matches = new ArrayList<>( in removeForwardIntentIfNotNeeded() local 858 ArrayList<ResolveInfo> matches = new ArrayList<>(); in getDeviceMatchesLocked() local 873 ArrayList<ResolveInfo> matches = new ArrayList<>(); in getAccessoryMatchesLocked() local 896 final ArrayList<ResolveInfo> matches; in resolveActivity() local 960 final ArrayList<ResolveInfo> matches; in accessoryAttached() local 980 private void resolveActivity(@NonNull Intent intent, @NonNull ArrayList<ResolveInfo> matches, in resolveActivity() 1051 private @Nullable ActivityInfo getDefaultActivityLocked( in getDefaultActivityLocked()
|
/frameworks/av/media/libmedia/ |
D | CharacterEncodingDetector.cpp | 141 int32_t matches; in detectAndConvert() local 212 int32_t matches; in detectAndConvert() local 328 Vector<const UCharsetMatch*> matches; in getPreferred() local
|
/frameworks/base/core/java/android/hardware/usb/ |
D | DeviceFilter.java | 179 private boolean matches(int clasz, int subclass, int protocol) { in matches() method in DeviceFilter 185 public boolean matches(UsbDevice device) { in matches() method in DeviceFilter
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | PendingUi.java | 79 public boolean matches(IBinder token) { in matches() method in PendingUi
|
/frameworks/base/core/java/android/content/integrity/ |
D | InstallerAllowedByManifestFormula.java | 62 public boolean matches(AppInstallMetadata appInstallMetadata) { in matches() method in InstallerAllowedByManifestFormula
|
/frameworks/base/tools/aapt/ |
D | ApkBuilder.h | 82 bool matches(const sp<AaptFile>& file) const { in matches() function
|