Home
last modified time | relevance | path

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

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