Searched refs:searchKey (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Settings/src/com/android/settings/datetime/timezone/ |
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()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/ |
D | KlpActionLabelTests.java | 39 final ExpectedActionKey goKey, final ExpectedActionKey searchKey, in doTestActionKeys() argument 46 doTestActionKey(tag + " search", subtype, EditorInfo.IME_ACTION_SEARCH, searchKey); in doTestActionKeys() 67 final ExpectedActionKey searchKey = ExpectedActionKey.newIconKey( in doTestActionKeysInLocaleWithStringResources() local 82 doTestActionKeys(subtype, tag, enterKey, enterKey, goKey, searchKey, sendKey, in doTestActionKeysInLocaleWithStringResources() 125 final ExpectedActionKey searchKey = ExpectedActionKey.newIconKey( in doTestActionKeysInLocaleWithKeyboardTextsSet() local 140 doTestActionKeys(subtype, tag, enterKey, enterKey, goKey, searchKey, sendKey, in doTestActionKeysInLocaleWithKeyboardTextsSet()
|
/packages/modules/GeoTZ/s2storage/src/test/java/com/android/storage/table/packed/ |
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()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/ |
D | InteractionLogger.kt | 294 val searchKey = intent.getStringExtra(EXTRA_SETTINGS_FRAGMENT_ARGS_KEY) in fromSafetyCenterIntent() constant 298 } else if (searchKey != null) { in fromSafetyCenterIntent()
|