HomeSort by relevance Sort by last modified time
    Searched refs:auxSubtype (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
InputMethodButton.java 80 InputMethodSubtype auxSubtype = null;
96 auxSubtype = subtype;
104 if (nonAuxSubtype != null && auxSubtype != null
105 && (nonAuxSubtype.getLocale().equals(auxSubtype.getLocale())
106 || auxSubtype.overridesImplicitlyEnabledSubtype()
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java     [all...]

Completed in 305 milliseconds