Home
last modified time | relevance | path

Searched defs:match (Results 1 – 25 of 75) sorted by relevance

123

/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInlineSuggestionSessionController.java229 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 DUEventObserver.java50 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 DPatternMatcher.java119 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 DIFeatureFlagsFake.java47 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 DResourceFilter.h86 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 DResourceFilter.cpp98 WeakResourceFilter::match(const ResTable_config& config) const in match() function in WeakResourceFilter
/aosp14/system/core/init/
H A Dhost_builtin_map.py21 match = CHECK_REGEX.match(line) variable
39 match = DO_REGEX.match(line) variable
H A Dfirmware_handler.h42 std::function<bool(const std::string&)> match; member
/aosp14/frameworks/base/core/jni/
H A Dandroid_os_UEventObserver.cpp48 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 DLocalProvider.java113 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 DSuggestionProvider.java65 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 DUEventManager.java35 default void addListener(UEventListener listener, String match) { in addListener()
/aosp14/frameworks/base/core/java/android/text/method/
H A DDialerKeyListener.java69 int match = super.lookup(event, content); in lookup() local
/aosp14/frameworks/base/core/java/android/animation/
H A DStateListAnimator.java164 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 DMemoryFileProvider.java120 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 DCompanionDeviceDiscoveryService.java282 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 Dfs_config_test.cpp44 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 DPduCache.java139 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 DSmsMessageBase.java377 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 DContactsInternal.java61 final int match = sContactsUriMatcher.match(uri); in startQuickContactWithErrorToast() local
/aosp14/frameworks/base/core/java/android/content/
H A DIntentFilter.java1182 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 DSplitDescription.cpp55 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 DVisibleActivityProcessTracker.java86 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 DWatchedIntentFilter.java625 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 DEuiccRulesAuthTable.java116 public static boolean match(String mccRule, String mcc) { in match() method in EuiccRulesAuthTable

123