Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardTheme.java141 public static void saveKeyboardThemeId(final String themeIdString, in saveKeyboardThemeId()
155 static void saveKeyboardThemeId(final String themeIdString, in saveKeyboardThemeId()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardThemeTests.java63 final String themeIdString = Integer.toString(themeId); in setKeyboardThemePreference() local