HomeSort by relevance Sort by last modified time
    Searched defs:saveKeyboardThemeId (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
ThemeSettingsFragment.java 97 KeyboardTheme.saveKeyboardThemeId(mSelectedThemeId, getSharedPreferences());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardTheme.java 150 public static void saveKeyboardThemeId(final int themeId, final SharedPreferences prefs) {
151 saveKeyboardThemeId(themeId, prefs, BuildCompatUtils.EFFECTIVE_SDK_INT);
163 static void saveKeyboardThemeId(final int themeId, final SharedPreferences prefs,

Completed in 43 milliseconds