HomeSort by relevance Sort by last modified time
    Searched defs:getEnterKey (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsQwertyEmail.java 59 public ExpectedKey getEnterKey(final boolean isPhone) {
60 return isPhone ? ENTER_KEY : super.getEnterKey(isPhone);
TestsQwertyUrl.java 59 public ExpectedKey getEnterKey(final boolean isPhone) {
60 return isPhone ? ENTER_KEY : super.getEnterKey(isPhone);
TestsDvorakEmail.java 63 public ExpectedKey getEnterKey(final boolean isPhone) {
64 return isPhone ? ENTER_KEY : super.getEnterKey(isPhone);
TestsDvorakUrl.java 61 public ExpectedKey getEnterKey(final boolean isPhone) {
62 return isPhone ? ENTER_KEY : super.getEnterKey(isPhone);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
LayoutCustomizer.java 163 public ExpectedKey getEnterKey(final boolean isPhone) {

Completed in 105 milliseconds