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

  /frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/
InputMethodSubtypeSwitchingControllerTest.java 29 import com.android.internal.inputmethod.InputMethodSubtypeSwitchingController.ImeSubtypeListItem;
53 private static void addDummyImeSubtypeListItems(List<ImeSubtypeListItem> items,
79 items.add(new ImeSubtypeListItem(imeName, null /* variableName */, imi,
84 items.add(new ImeSubtypeListItem(imeName, subtypeLocale, imi, i, subtypeLocale,
90 private static List<ImeSubtypeListItem> createEnabledImeSubtypes() {
91 final List<ImeSubtypeListItem> items = new ArrayList<>();
106 private static List<ImeSubtypeListItem> createDisabledImeSubtypes() {
107 final List<ImeSubtypeListItem> items = new ArrayList<>();
123 final boolean onlyCurrentIme, final ImeSubtypeListItem currentItem,
124 final ImeSubtypeListItem nextItem, final ImeSubtypeListItem prevItem)
    [all...]
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodSubtypeSwitchingController.java 54 public static class ImeSubtypeListItem implements Comparable<ImeSubtypeListItem> {
62 public ImeSubtypeListItem(CharSequence imeName, CharSequence subtypeName,
99 public int compareTo(ImeSubtypeListItem other) {
135 return "ImeSubtypeListItem{"
149 if (o instanceof ImeSubtypeListItem) {
150 final ImeSubtypeListItem that = (ImeSubtypeListItem)o;
196 public List<ImeSubtypeListItem> getSortedInputMethodAndSubtypeList(
198 final ArrayList<ImeSubtypeListItem> imList = new ArrayList<>()
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java 23 import com.android.internal.inputmethod.InputMethodSubtypeSwitchingController.ImeSubtypeListItem;
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 166 milliseconds