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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeyboardTextsSetTests.java 59 final KeyboardTextsSet textsSet = new KeyboardTextsSet();
62 textsSet.setLocale(locale, context);
63 final String switchToAlphaKeyLabel = textsSet.getText(
85 final KeyboardTextsSet textsSet = new KeyboardTextsSet();
88 textsSet.setLocale(locale, context);
90 final String text = textsSet.getText(name);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
KlpActionLabelTests.java 118 final KeyboardTextsSet textsSet = new KeyboardTextsSet();
119 textsSet.setLocale(labelLocale, getContext());
123 textsSet.getText("label_go_key"));
127 textsSet.getText("label_send_key"));
129 textsSet.getText("label_next_key"));
131 textsSet.getText("label_done_key"));
133 textsSet.getText("label_previous_key"));

Completed in 78 milliseconds