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.java4972 List<InputMethodSubtype> explicitlyOrImplicitlyEnabledSubtypes = in getCurrentInputMethodSubtypeLocked() local
4976 if (explicitlyOrImplicitlyEnabledSubtypes.size() == 1) { in getCurrentInputMethodSubtypeLocked()
4977 mCurrentSubtype = explicitlyOrImplicitlyEnabledSubtypes.get(0); in getCurrentInputMethodSubtypeLocked()
4978 } else if (explicitlyOrImplicitlyEnabledSubtypes.size() > 1) { in getCurrentInputMethodSubtypeLocked()
4980 mRes, explicitlyOrImplicitlyEnabledSubtypes, in getCurrentInputMethodSubtypeLocked()
4984 mRes, explicitlyOrImplicitlyEnabledSubtypes, null, null, in getCurrentInputMethodSubtypeLocked()