Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodSettings.java407 final ArrayList<String> explicitlyEnabledSubtypes = enabledIme.second; in getEnabledSubtypeHashCodeForInputMethodAndSubtype() local
409 if (explicitlyEnabledSubtypes.isEmpty()) { in getEnabledSubtypeHashCodeForInputMethodAndSubtype()
427 for (int j = 0; j < explicitlyEnabledSubtypes.size(); ++j) { in getEnabledSubtypeHashCodeForInputMethodAndSubtype()
428 final String s = explicitlyEnabledSubtypes.get(j); in getEnabledSubtypeHashCodeForInputMethodAndSubtype()