Searched refs:searchKey (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/Settings/src/com/android/settings/datetime/timezone/ |
H A D | BaseTimeZoneAdapter.java | 249 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 D | KlpActionLabelTests.java | 38 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 D | PackedTableReaderWriterTest.java | 53 IntValueEntryKeyMatcher(int searchKey) { in IntValueEntryKeyMatcher() argument 54 mSearchKey = searchKey; in IntValueEntryKeyMatcher() 67 LongValueEntryKeyMatcher(int searchKey) { in LongValueEntryKeyMatcher() argument 68 mSearchKey = searchKey; in LongValueEntryKeyMatcher()
|