Home
last modified time | relevance | path

Searched defs:subtypeHashCodeStr (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodSettings.java288 String subtypeHashCodeStr = ime.second; in saveSubtypeHistory() local
303 private void addSubtypeToHistory(String imeId, String subtypeHashCodeStr) { in addSubtypeToHistory()
468 String subtypeHashCodeStr = INVALID_SUBTYPE_HASHCODE_STR; in loadInputMethodAndSubtypeHistory() local
565 String subtypeHashCodeStr = INVALID_SUBTYPE_HASHCODE_STR; in saveCurrentInputMethodAndSubtypeToHistory() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
DInputMethodAndSubtypeUtil.java194 final String subtypeHashCodeStr = String.valueOf(subtype.hashCode()); in saveInputMethodSubtypeList() local
DInputMethodAndSubtypeUtilCompat.java237 final String subtypeHashCodeStr = String.valueOf(subtype.hashCode()); in saveInputMethodSubtypeListForUserInternal() local