Searched refs:explicitlyOrImplicitlyEnabledSubtypes (Results 1 – 1 of 1) sorted by relevance
4411 List<InputMethodSubtype> explicitlyOrImplicitlyEnabledSubtypes = in getCurrentInputMethodSubtypeLocked() local4415 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()