Searched refs:HAS_LABEL (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DKeySpecParserTests.java569 private static final String HAS_LABEL = "!hasLabel!"; field in class:KeySpecParserTests
583 assertGetBooleanValue("Has label", HAS_LABEL,
584 new String[] { HAS_LABEL, "a", "b", "c" },
587 assertGetBooleanValue("HAS LABEL", HAS_LABEL,
588 new String[] { HAS_LABEL.toUpperCase(), "a", "b", "c" },
591 assertGetBooleanValue("No has label", HAS_LABEL,
594 assertGetBooleanValue("No has label with fixed clumn order", HAS_LABEL,
599 assertGetBooleanValue("Multiple has label", HAS_LABEL,
601 "a", HAS_LABEL.toUpperCase(), "b", "c", HAS_LABEL, "
[all...]

Completed in 28 milliseconds