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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java 53 public static final int ELEMENT_PHONE = 7;
228 case ELEMENT_PHONE: return "phone";
KeyboardLayoutSet.java 175 keyboardLayoutSetElementId = KeyboardId.ELEMENT_PHONE;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
ActionTestsBase.java 105 assertActionKey(tag, layoutSet, KeyboardId.ELEMENT_PHONE, expectedKey);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
MainKeyboardAccessibilityDelegate.java 192 case KeyboardId.ELEMENT_PHONE:
KeyCodeDescriptionMapper.java 166 case KeyboardId.ELEMENT_PHONE:
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetNavigateMoreKeysBase.java 298 doTestNavigationMoreKeysOf(Constants.CODE_ENTER, subtype, KeyboardId.ELEMENT_PHONE,

Completed in 107 milliseconds