/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | BluetoothDeviceFilter.java | 39 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 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
|
/aosp14/frameworks/base/core/java/android/companion/ |
H A 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
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
H A D | MatcherUtils.java | 37 public boolean matches(final Object item) { in first() method
|
/aosp14/frameworks/base/core/java/android/window/ |
H A D | TransitionFilter.java | 81 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 D | FieldClassification.java | 40 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 D | AbstractAssetMatcher.java | 29 public abstract boolean matches(AbstractAsset asset); in matches() method in AbstractAssetMatcher
|
H A D | WebAssetMatcher.java | 31 public boolean matches(AbstractAsset asset) { in matches() method in WebAssetMatcher
|
H A D | AndroidAppAssetMatcher.java | 35 public boolean matches(AbstractAsset asset) { in matches() method in AndroidAppAssetMatcher
|
/aosp14/frameworks/base/services/core/java/com/android/server/firewall/ |
H A D | Filter.java | 34 boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method
|
H A D | AndFilter.java | 28 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in AndFilter
|
H A D | OrFilter.java | 28 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in OrFilter
|
H A D | NotFilter.java | 35 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in NotFilter
|
H A D | SenderPermissionFilter.java | 36 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in SenderPermissionFilter
|
H A D | CategoryFilter.java | 37 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in CategoryFilter
|
H A D | SenderPackageFilter.java | 42 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() method in SenderPackageFilter
|
H A D | PortFilter.java | 44 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 D | UsbProfileGroupSettingsManager.java | 768 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 D | InMatcher.java | 50 public boolean matches(Object o) { in matches() method in InMatcher
|
/aosp14/frameworks/base/core/java/android/hardware/usb/ |
H A 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
|
/aosp14/system/core/init/ |
H A D | service_list.h | 61 std::vector<Service*> matches; in FindServicesByApexName() local
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | PendingUi.java | 79 public boolean matches(IBinder token) { in matches() method in PendingUi
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | UiccAccessRule.java | 270 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 D | InstallerAllowedByManifestFormula.java | 62 public boolean matches(AppInstallMetadata appInstallMetadata) { in matches() method in InstallerAllowedByManifestFormula
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | ApkBuilder.h | 82 bool matches(const sp<AaptFile>& file) const { in matches() function
|