OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:themeIdString
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardTheme.java
141
public static void saveKeyboardThemeId(final String
themeIdString
,
143
saveKeyboardThemeId(
themeIdString
, prefs, BuildCompatUtils.EFFECTIVE_SDK_INT);
155
static void saveKeyboardThemeId(final String
themeIdString
,
158
prefs.edit().putString(prefKey,
themeIdString
).apply();
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardThemeTests.java
63
final String
themeIdString
= Integer.toString(themeId);
66
mPrefs.edit().putString(prefKey,
themeIdString
).apply();
Completed in 797 milliseconds