Searched refs:nonAuxSubtype (Results 1 – 1 of 1) sorted by relevance
2830 InputMethodSubtype nonAuxSubtype = null; in shouldShowImeSwitcherLocked() local2844 nonAuxSubtype = subtype; in shouldShowImeSwitcherLocked()2855 if (nonAuxSubtype != null && auxSubtype != null in shouldShowImeSwitcherLocked()2856 && (nonAuxSubtype.getLocale().equals(auxSubtype.getLocale()) in shouldShowImeSwitcherLocked()2858 || nonAuxSubtype.overridesImplicitlyEnabledSubtype()) in shouldShowImeSwitcherLocked()2859 && nonAuxSubtype.containsExtraValueKey(TAG_TRY_SUPPRESSING_IME_SWITCHER)) { in shouldShowImeSwitcherLocked()