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.java53 public static final int ELEMENT_PHONE = 7; field in KeyboardId
228 case ELEMENT_PHONE: return "phone"; in elementIdToName()
DKeyboardLayoutSet.java175 keyboardLayoutSetElementId = KeyboardId.ELEMENT_PHONE; in getKeyboard()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
DActionTestsBase.java105 assertActionKey(tag, layoutSet, KeyboardId.ELEMENT_PHONE, expectedKey); in doTestActionKey()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DMainKeyboardAccessibilityDelegate.java192 case KeyboardId.ELEMENT_PHONE: in announceKeyboardType()
DKeyCodeDescriptionMapper.java166 case KeyboardId.ELEMENT_PHONE: in getDescriptionForSwitchAlphaSymbol()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSetNavigateMoreKeysBase.java298 doTestNavigationMoreKeysOf(Constants.CODE_ENTER, subtype, KeyboardId.ELEMENT_PHONE, in testMoreKeysOfEnterKey()