Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DCustomInputStyleSettingsFragment.java175 if (findDuplicatedSubtype(subtype) == null) { in onSaveCustomInputStyle()
192 if (findDuplicatedSubtype(subtype) == null) { in onAddCustomInputStyle()
224 private InputMethodSubtype findDuplicatedSubtype(final InputMethodSubtype subtype) { in findDuplicatedSubtype() method in CustomInputStyleSettingsFragment