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