Home
last modified time | relevance | path

Searched refs:searchKey (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/datetime/timezone/
H A DBaseTimeZoneAdapter.java249 for (String searchKey : item.getSearchKeys()) { in performFiltering()
250 searchKey = searchKey.toLowerCase(mLocale); in performFiltering()
252 if (searchKey.startsWith(prefixString)) { in performFiltering()
256 mBreakIterator.setText(searchKey); in performFiltering()
262 && searchKey.startsWith(prefixString, wordStart)) { in performFiltering()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
H A DKlpActionLabelTests.java38 final ExpectedActionKey goKey, final ExpectedActionKey searchKey, in doTestActionKeys() argument
45 doTestActionKey(tag + " search", subtype, EditorInfo.IME_ACTION_SEARCH, searchKey); in doTestActionKeys()
66 final ExpectedActionKey searchKey = ExpectedActionKey.newIconKey( in doTestActionKeysInLocaleWithStringResources() local
81 doTestActionKeys(subtype, tag, enterKey, enterKey, goKey, searchKey, sendKey, in doTestActionKeysInLocaleWithStringResources()
124 final ExpectedActionKey searchKey = ExpectedActionKey.newIconKey( in doTestActionKeysInLocaleWithKeyboardTextsSet() local
139 doTestActionKeys(subtype, tag, enterKey, enterKey, goKey, searchKey, sendKey, in doTestActionKeysInLocaleWithKeyboardTextsSet()
/aosp12/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/table/packed/
H A DPackedTableReaderWriterTest.java53 IntValueEntryKeyMatcher(int searchKey) { in IntValueEntryKeyMatcher() argument
54 mSearchKey = searchKey; in IntValueEntryKeyMatcher()
67 LongValueEntryKeyMatcher(int searchKey) { in LongValueEntryKeyMatcher() argument
68 mSearchKey = searchKey; in LongValueEntryKeyMatcher()