Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java4411 List<InputMethodSubtype> explicitlyOrImplicitlyEnabledSubtypes = in getCurrentInputMethodSubtypeLocked() local
4415 if (explicitlyOrImplicitlyEnabledSubtypes.size() == 1) { in getCurrentInputMethodSubtypeLocked()
4416 mCurrentSubtype = explicitlyOrImplicitlyEnabledSubtypes.get(0); in getCurrentInputMethodSubtypeLocked()
4417 } else if (explicitlyOrImplicitlyEnabledSubtypes.size() > 1) { in getCurrentInputMethodSubtypeLocked()
4419 mRes, explicitlyOrImplicitlyEnabledSubtypes, in getCurrentInputMethodSubtypeLocked()
4423 mRes, explicitlyOrImplicitlyEnabledSubtypes, null, null, in getCurrentInputMethodSubtypeLocked()