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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MoreKeySpecParserTests.java 191 null, ICON_UNDEFINED, Keyboard.CODE_UNSPECIFIED);
197 "a", null, ICON_UNDEFINED, Keyboard.CODE_UNSPECIFIED);
199 null, null, ICON_SETTINGS_KEY, Keyboard.CODE_UNSPECIFIED);
201 null, null, ICON_UNDEFINED, Keyboard.CODE_UNSPECIFIED);
207 "abc", null, ICON_UNDEFINED, Keyboard.CODE_UNSPECIFIED);
209 "a", null, ICON_UNDEFINED, Keyboard.CODE_UNSPECIFIED);
211 "a", null, ICON_UNDEFINED, Keyboard.CODE_UNSPECIFIED);
215 null, null, ICON_SETTINGS_KEY, Keyboard.CODE_UNSPECIFIED);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 283 Keyboard.CODE_UNSPECIFIED);
284 if (code == Keyboard.CODE_UNSPECIFIED && !TextUtils.isEmpty(mLabel)) {
287 } else if (code != Keyboard.CODE_UNSPECIFIED) {

Completed in 28 milliseconds