Home
last modified time | relevance | path

Searched refs:matched (Results 1 – 18 of 18) sorted by relevance

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
DSearchUtilTest.java33 SearchUtil.MatchedLine matched = SearchUtil.findMatchingLine(actual, "poten"); in testFindMatchingLine() local
34 assertEquals("With potentially many lines.", matched.line); in testFindMatchingLine()
35 assertEquals(5, matched.startIndex); in testFindMatchingLine()
38 matched = SearchUtil.findMatchingLine(actual, "hello"); in testFindMatchingLine()
39 assertEquals("hello", matched.line); in testFindMatchingLine()
40 assertEquals(0, matched.startIndex); in testFindMatchingLine()
43 matched = SearchUtil.findMatchingLine(actual, "this"); in testFindMatchingLine()
44 assertEquals("this is a long test string.", matched.line); in testFindMatchingLine()
45 assertEquals(0, matched.startIndex); in testFindMatchingLine()
48 matched = SearchUtil.findMatchingLine(actual, "punc"); in testFindMatchingLine()
[all …]
/packages/apps/Settings/src/com/android/settings/
DConfirmLockPassword.java337 boolean matched = false; in startVerifyPassword()
339 matched = true; in startVerifyPassword()
344 mCredentialCheckResultTracker.setResult(matched, intent, timeoutMs, in startVerifyPassword()
358 public void onChecked(boolean matched, int timeoutMs) { in startCheckPassword()
360 if (matched && isInternalActivity()) { in startCheckPassword()
367 mCredentialCheckResultTracker.setResult(matched, intent, timeoutMs, in startCheckPassword()
401 private void onPasswordChecked(boolean matched, Intent intent, int timeoutMs, in onPasswordChecked() argument
404 if (matched) { in onPasswordChecked()
418 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked() argument
420 onPasswordChecked(matched, intent, timeoutMs, effectiveUserId); in onCredentialChecked()
DConfirmLockPattern.java427 boolean matched = false;
429 matched = true;
434 mCredentialCheckResultTracker.setResult(matched, intent, timeoutMs,
454 public void onChecked(boolean matched, int timeoutMs) {
456 if (matched && isInternalActivity()) {
462 mCredentialCheckResultTracker.setResult(matched, intent, timeoutMs,
469 private void onPatternChecked(boolean matched, Intent intent, int timeoutMs, in onPatternChecked() argument
472 if (matched) { in onPatternChecked()
487 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked() argument
489 onPatternChecked(matched, intent, timeoutMs, effectiveUserId); in onCredentialChecked()
DCredentialCheckResultTracker.java54 public void setResult(boolean matched, Intent intent, int timeoutMs, int effectiveUserId) { in setResult() argument
55 mResultMatched = matched; in setResult()
76 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked() argument
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DSearchUtil.java50 final MatchedLine matched = new MatchedLine(); in findMatchingLine() local
71 matched.line = contents.substring(start + 1, end); in findMatchingLine()
72 matched.startIndex = index - (start + 1); in findMatchingLine()
74 return matched; in findMatchingLine()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info_state.cpp224 const bool matched = (currentCodePoints[j] == baseLowerC in getProximityType() local
226 if (matched) { in getProximityType()
239 const bool matched = (currentCodePoints[j] == baseLowerC in getProximityType() local
241 if (matched) { in getProximityType()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListItemView.java1372 final SearchUtil.MatchedLine matched = SearchUtil.findMatchingLine(snippet, query); in updateSnippet() local
1374 if (matched != null && matched.line != null) { in updateSnippet()
1380 if (matched.line.length() > lengthThreshold) { in updateSnippet()
1381 return snippetize(matched.line, matched.startIndex, lengthThreshold); in updateSnippet()
1383 return matched.line; in updateSnippet()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DSpannableStringUtils.java162 boolean matched = false; in split()
166 matched = true; in split()
168 if (!matched) { in split()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dshortcut_dict_content.cpp162 bool matched = true; in findShortcutEntryAndGetPos() local
165 matched = false; in findShortcutEntryAndGetPos()
169 if (matched) { in findShortcutEntryAndGetPos()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
Dshortcut_dict_content.cpp177 bool matched = true; in findShortcutEntryAndGetPos() local
180 matched = false; in findShortcutEntryAndGetPos()
184 if (matched) { in findShortcutEntryAndGetPos()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherModel.java3139 ResolveInfo matched = pm.resolveActivity(
3143 if (matched == null) {
/packages/apps/Camera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile656 # certain files from those directories. Note that the wildcards are matched
/packages/apps/Camera/jni/feature_stab/doc/
Ddbreg_API_doxyfile656 # certain files from those directories. Note that the wildcards are matched
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile656 # certain files from those directories. Note that the wildcards are matched
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile656 # certain files from those directories. Note that the wildcards are matched
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz
Den_GB_wordlist.combined.gz
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...