Home
last modified time | relevance | path

Searched defs:matched (Results 1 – 16 of 16) sorted by relevance

/packages/apps/Settings/src/com/android/settings/password/
DCredentialCheckResultTracker.java55 public void setResult(boolean matched, Intent intent, int timeoutMs, int effectiveUserId) { in setResult()
78 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked()
DConfirmLockPassword.java611 private void onPasswordChecked(boolean matched, Intent intent, int timeoutMs, in onPasswordChecked()
683 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked()
DConfirmLockPattern.java609 private void onPatternChecked(boolean matched, Intent intent, int timeoutMs, in onPatternChecked()
681 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked()
/packages/apps/Car/Settings/src/com/android/car/settings/security/
DCheckLockWorker.java54 public void onChecked(boolean matched, int throttleTimeoutMs) { in onChecked()
124 void onCheckCompleted(boolean matched, int timeoutMs); in onCheckCompleted()
/packages/modules/StatsD/statsd/src/matchers/
Dmatcher_util.h37 bool matched; member
DCombinationAtomMatchingTracker.cpp165 bool matched = combinationMatch(mChildren, mLogicalOperation, matcherResults); in onLogEvent() local
Dmatcher_util.cpp39 bool matched; in combinationMatch() local
320 bool matched = true; in matchesSimple() local
/packages/apps/Contacts/tests/src/com/android/contacts/util/
DSearchUtilTest.java33 SearchUtil.MatchedLine matched = SearchUtil.findMatchingLine(actual, "poten"); in testFindMatchingLine() local
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info_state.cpp224 const bool matched = (currentCodePoints[j] == baseLowerC in getProximityType() local
239 const bool matched = (currentCodePoints[j] == baseLowerC in getProximityType() local
/packages/apps/Contacts/src/com/android/contacts/util/
DSearchUtil.java50 final MatchedLine matched = new MatchedLine(); in findMatchingLine() local
/packages/apps/Dialer/java/com/android/contacts/common/util/
DSearchUtil.java33 final MatchedLine matched = new MatchedLine(); in findMatchingLine() local
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dshortcut_dict_content.cpp162 bool matched = true; in findShortcutEntryAndGetPos() local
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
Dshortcut_dict_content.cpp177 bool matched = true; in findShortcutEntryAndGetPos() local
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_cache.cc745 bool matched = false; in bta_gattc_read_db_hash_cmpl() local
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp1976 bool matched = sBluetoothInterface->interop_match_addr(feature_name_str, &bdaddr); in interopMatchAddrNative() local
2004 bool matched = sBluetoothInterface->interop_match_name(feature_name_str, name_str); in interopMatchNameNative() local
2041 bool matched = sBluetoothInterface->interop_match_addr_or_name(feature_name_str, &bdaddr); in interopMatchAddrOrNameNative() local
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java1726 final SearchUtil.MatchedLine matched = SearchUtil.findMatchingLine(snippet, query); in updateSnippet() local