Home
last modified time | relevance | path

Searched refs:ELEMENT_PHONE (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardId.java54 public static final int ELEMENT_PHONE = 7; field in KeyboardId
211 case ELEMENT_PHONE: return "phone"; in elementIdToName()
DKeyboardLayoutSet.java147 keyboardLayoutSetElementId = KeyboardId.ELEMENT_PHONE; in getKeyboard()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSetActionLabelBase.java117 doTestActionKey(tag, layoutSet, KeyboardId.ELEMENT_PHONE, in doTestActionKeyLabel()
145 doTestActionKey(tag, layoutSet, KeyboardId.ELEMENT_PHONE, null /* label */, iconId); in doTestActionKeyIcon()
DKeyboardLayoutSetNavigateMoreKeysBase.java298 doTestNavigationMoreKeysOf(Constants.CODE_ENTER, subtype, KeyboardId.ELEMENT_PHONE, in testMoreKeysOfEnterKey()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DMainKeyboardAccessibilityDelegate.java190 case KeyboardId.ELEMENT_PHONE: in announceKeyboardType()
DKeyCodeDescriptionMapper.java162 case KeyboardId.ELEMENT_PHONE: in getDescriptionForSwitchAlphaSymbol()