Searched refs:subtypeHashCodeStr (Results 1 – 3 of 3) sorted by relevance
288 String subtypeHashCodeStr = ime.second; in saveSubtypeHistory() local289 if (TextUtils.isEmpty(subtypeHashCodeStr)) { in saveSubtypeHistory()290 subtypeHashCodeStr = INVALID_SUBTYPE_HASHCODE_STR; in saveSubtypeHistory()297 builder.append(imeId).append(INPUT_METHOD_SUBTYPE_SEPARATOR).append(subtypeHashCodeStr); in saveSubtypeHistory()303 private void addSubtypeToHistory(String imeId, String subtypeHashCodeStr) { in addSubtypeToHistory() argument318 Slog.v(TAG, "Add subtype to the history: " + imeId + ", " + subtypeHashCodeStr); in addSubtypeToHistory()320 saveSubtypeHistory(subtypeHistory, imeId, subtypeHashCodeStr); in addSubtypeToHistory()468 String subtypeHashCodeStr = INVALID_SUBTYPE_HASHCODE_STR; in loadInputMethodAndSubtypeHistory() local472 subtypeHashCodeStr = subtypeSplitter.next(); in loadInputMethodAndSubtypeHistory()475 imsList.add(new Pair<>(imeId, subtypeHashCodeStr)); in loadInputMethodAndSubtypeHistory()[all …]
194 final String subtypeHashCodeStr = String.valueOf(subtype.hashCode()); in saveInputMethodSubtypeList() local196 .findPreference(imiId + subtypeHashCodeStr); in saveInputMethodSubtypeList()215 subtypesSet.add(subtypeHashCodeStr); in saveInputMethodSubtypeList()224 subtypesSet.remove(subtypeHashCodeStr); in saveInputMethodSubtypeList()
237 final String subtypeHashCodeStr = String.valueOf(subtype.hashCode()); in saveInputMethodSubtypeListForUserInternal() local239 .findPreference(imiId + subtypeHashCodeStr); in saveInputMethodSubtypeListForUserInternal()258 subtypesSet.add(subtypeHashCodeStr); in saveInputMethodSubtypeListForUserInternal()267 subtypesSet.remove(subtypeHashCodeStr); in saveInputMethodSubtypeListForUserInternal()