Home
last modified time | relevance | path

Searched defs:EMPTY_KEYS (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
DLayoutCustomizer.java34 protected static final ExpectedKey[] EMPTY_KEYS = joinKeys(); field in LayoutCustomizer
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKey.java101 private static final ExpectedKey[] EMPTY_KEYS = new ExpectedKey[0]; field in ExpectedKey