Home
last modified time | relevance | path

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

1234

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A 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
/aosp14/frameworks/base/core/java/android/content/
H A 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
/aosp14/frameworks/base/core/java/android/companion/
H A 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
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DMatcherUtils.java37 public boolean matches(final Object item) { in first() method
/aosp14/frameworks/base/core/java/android/window/
H A DTransitionFilter.java81 public boolean matches(@NonNull TransitionInfo info) { in matches() method in TransitionFilter
199 boolean matches(@NonNull TransitionInfo info) { in matches() method in TransitionFilter.Requirement
245 boolean matches(@NonNull TransitionRequestInfo request) { in matches() method in TransitionFilter.Requirement
/aosp14/frameworks/base/core/java/android/service/autofill/
H A DFieldClassification.java40 public FieldClassification(@NonNull ArrayList<Match> matches) { in FieldClassification()
81 final ArrayList<Match> matches = new ArrayList<>(); in readFromParcel() local
/aosp14/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DAbstractAssetMatcher.java29 public abstract boolean matches(AbstractAsset asset); in matches() method in AbstractAssetMatcher
H A DWebAssetMatcher.java31 public boolean matches(AbstractAsset asset) { in matches() method in WebAssetMatcher
H A DAndroidAppAssetMatcher.java35 public boolean matches(AbstractAsset asset) { in matches() method in AndroidAppAssetMatcher
/aosp14/frameworks/base/services/core/java/com/android/server/firewall/
H A DFilter.java34 boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method
H A DAndFilter.java28 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in AndFilter
H A DOrFilter.java28 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in OrFilter
H A DNotFilter.java35 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in NotFilter
H A DSenderPermissionFilter.java36 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in SenderPermissionFilter
H A DCategoryFilter.java37 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in CategoryFilter
H A DSenderPackageFilter.java42 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in SenderPackageFilter
H A DPortFilter.java44 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in PortFilter
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbProfileGroupSettingsManager.java768 private ArrayList<ResolveInfo> preferHighPriority(@NonNull ArrayList<ResolveInfo> matches) { in preferHighPriority()
847 ArrayList<ResolveInfo> matches = new ArrayList<>( in removeForwardIntentIfNotNeeded() local
864 ArrayList<ResolveInfo> matches = new ArrayList<>(); in getDeviceMatchesLocked() local
879 ArrayList<ResolveInfo> matches = new ArrayList<>(); in getAccessoryMatchesLocked() local
902 final ArrayList<ResolveInfo> matches; in resolveActivity() local
966 final ArrayList<ResolveInfo> matches; in accessoryAttached() local
987 private void resolveActivity(@NonNull Intent intent, @NonNull ArrayList<ResolveInfo> matches, in resolveActivity()
1058 private @Nullable ActivityInfo getDefaultActivityLocked( in getDefaultActivityLocked()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DInMatcher.java50 public boolean matches(Object o) { in matches() method in InMatcher
/aosp14/frameworks/base/core/java/android/hardware/usb/
H A DDeviceFilter.java179 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
/aosp14/system/core/init/
H A Dservice_list.h61 std::vector<Service*> matches; in FindServicesByApexName() local
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DPendingUi.java79 public boolean matches(IBinder token) { in matches() method in PendingUi
/aosp14/frameworks/base/telephony/java/android/telephony/
H A 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
/aosp14/frameworks/base/core/java/android/content/integrity/
H A DInstallerAllowedByManifestFormula.java62 public boolean matches(AppInstallMetadata appInstallMetadata) { in matches() method in InstallerAllowedByManifestFormula
/aosp14/frameworks/base/tools/aapt/
H A DApkBuilder.h82 bool matches(const sp<AaptFile>& file) const { in matches() function

1234