Home
last modified time | relevance | path

Searched refs:NAME_SEND_KEY (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardIconsSet.java49 public static final String NAME_SEND_KEY = "send_key"; field in KeyboardIconsSet
76 NAME_SEND_KEY, R.styleable.Keyboard_iconSendKey,
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
DLxxActionSendTests.java30 KeyboardIconsSet.NAME_SEND_KEY); in testActionSend()