/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | InlineSuggestionSessionController.java | 229 boolean match(@Nullable InlineSuggestionsRequestInfo requestInfo) { in match() method in InlineSuggestionSessionController 237 boolean match(@Nullable AutofillId autofillId) { in match() method in InlineSuggestionSessionController 241 private static boolean match( in match() method in InlineSuggestionSessionController 253 private static boolean match(@Nullable AutofillId autofillId, in match() method in InlineSuggestionSessionController
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | UEventObserver.java | 50 private static native void nativeAddMatch(String match); in nativeAddMatch() 51 private static native void nativeRemoveMatch(String match); in nativeRemoveMatch() 99 public final void startObserving(String match) { in startObserving() 223 public void addObserver(String match, UEventObserver observer) { in addObserver() 237 final String match = (String)mKeysAndObservers.remove(i); in removeObserver() local
|
H A D | PatternMatcher.java | 119 public boolean match(String str) { in match() method in PatternMatcher 199 static boolean matchPattern(String match, String pattern, int[] parsedPattern, int type) { in matchPattern() 215 static boolean matchGlobPattern(String pattern, String match) { in matchGlobPattern()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/flags/ |
H A D | IFeatureFlagsFake.java | 47 SyncableFlag match = findFlag(syncableFlag); in overrideFlag() local 65 SyncableFlag match = findFlag(syncableFlag); in resetFlag() local 80 SyncableFlag match = null; in findFlag() local
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | ResourceFilter.h | 86 bool match(const android::ResTable_config& config) const { in match() function 112 bool match(const android::ResTable_config& config) const { in match() function 129 bool match(const android::ResTable_config& config) const { in match() function
|
H A D | ResourceFilter.cpp | 98 WeakResourceFilter::match(const ResTable_config& config) const in match() function in WeakResourceFilter
|
/aosp14/system/core/init/ |
H A D | host_builtin_map.py | 21 match = CHECK_REGEX.match(line) variable 39 match = DO_REGEX.match(line) variable
|
H A D | firmware_handler.h | 42 std::function<bool(const std::string&)> match; member
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_os_UEventObserver.cpp | 48 const String8& match = gMatches.itemAt(i); in isMatch() local 88 ScopedUtfChars match(env, matchStr); in nativeAddMatch() local 95 ScopedUtfChars match(env, matchStr); in nativeRemoveMatch() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/ |
H A D | LocalProvider.java | 113 int match = sURLMatcher.match(url); in query() local 142 int match = sURLMatcher.match(url); in getType() local 157 int match = sURLMatcher.match(url); in update() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | SuggestionProvider.java | 65 int match = sURLMatcher.match(url); in query() local 87 int match = sURLMatcher.match(url); in getType() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | UEventManager.java | 35 default void addListener(UEventListener listener, String match) { in addListener()
|
/aosp14/frameworks/base/core/java/android/text/method/ |
H A D | DialerKeyListener.java | 69 int match = super.lookup(event, content); in lookup() local
|
/aosp14/frameworks/base/core/java/android/animation/ |
H A D | StateListAnimator.java | 164 Tuple match = null; in setState() local 185 private void start(Tuple match) { in start()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/content/ |
H A D | MemoryFileProvider.java | 120 int match = sURLMatcher.match(url); in getType() local 133 int match = sURLMatcher.match(url); in openFile() local
|
/aosp14/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/ |
H A D | CompanionDeviceDiscoveryService.java | 282 final DeviceFilterPair<BluetoothDevice> match = findMatch(device, filters); in findAndReportMatches() local 417 final DeviceFilterPair<ScanResult> match = findMatch(result, mFilters); in onScanResult() local 478 final DeviceFilterPair<?> match = findMatch(scanResult, mFilters); in onReceive() local
|
/aosp14/system/core/libcutils/ |
H A D | fs_config_test.cpp | 44 bool match; member 149 bool match, retval = false; in check_fs_config_cmp() local
|
/aosp14/frameworks/base/telephony/common/com/google/android/mms/util/ |
H A D | PduCache.java | 139 int match = URI_MATCHER.match(uri); in purge() local 194 int match = URI_MATCHER.match(uri); in normalizeKey() local
|
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | SmsMessageBase.java | 377 Matcher match = NAME_ADDR_EMAIL_PATTERN.matcher(messageHeader); in extractAddrSpec() local 397 Matcher match = Patterns.EMAIL_ADDRESS.matcher(s); in isEmailAddress() local
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | ContactsInternal.java | 61 final int match = sContactsUriMatcher.match(uri); in startQuickContactWithErrorToast() local
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | IntentFilter.java | 1182 public boolean match(AuthorityEntry other) { in match() method in IntentFilter.AuthorityEntry 1214 public int match(Uri data) { in match() method in IntentFilter.AuthorityEntry 1225 public int match(Uri data, boolean wildcardSupported) { in match() method in IntentFilter.AuthorityEntry 1592 int match = ae.match(data, wildcardSupported); in matchDataAuthority() local 1652 int match = MATCH_CATEGORY_EMPTY; in matchData() local 2272 public final int match(ContentResolver resolver, Intent intent, in match() method in IntentFilter 2309 public final int match(String action, String type, String scheme, in match() method in IntentFilter 2325 public final int match(String action, String type, String scheme, in match() method in IntentFilter 2338 public final int match(String action, String type, String scheme, in match() method in IntentFilter
|
/aosp14/frameworks/base/tools/split-select/ |
H A D | SplitDescription.cpp | 55 bool SplitDescription::match(const SplitDescription& o) const { in match() function in split::SplitDescription
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | VisibleActivityProcessTracker.java | 86 private boolean match(int uid, Predicate<WindowProcessController> predicate) { in match() method in VisibleActivityProcessTracker
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | WatchedIntentFilter.java | 625 public final int match(ContentResolver resolver, Intent intent, in match() method in WatchedIntentFilter 634 public final int match(String action, String type, String scheme, in match() method in WatchedIntentFilter 644 public final int match(String action, String type, String scheme, in match() method in WatchedIntentFilter
|
/aosp14/frameworks/base/telephony/java/android/telephony/euicc/ |
H A D | EuiccRulesAuthTable.java | 116 public static boolean match(String mccRule, String mcc) { in match() method in EuiccRulesAuthTable
|