Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
H A DKeyboardThemeTests.java68 private static boolean isValidKeyboardThemeId(final int themeId) { in isValidKeyboardThemeId() method in KeyboardThemeTests
82 if (isValidKeyboardThemeId(themeId) || themeId == THEME_ID_UNKNOWN) { in setKeyboardThemePreference()
171 assertEquals(isValidKeyboardThemeId(previousThemeId), mPrefs.contains(oldPrefKey)); in assertDefaultKeyboardTheme()
230 assertEquals(isValidKeyboardThemeId(previousThemeId), in assertUpgradeKeyboardToLxxOn()
232 if (isValidKeyboardThemeId(previousThemeId)) { in assertUpgradeKeyboardToLxxOn()