OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getImportantNoticePreferences
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
ImportantNoticeUtils.java
73
static SharedPreferences
getImportantNoticePreferences
(final Context context) {
79
return
getImportantNoticePreferences
(context).getBoolean(
121
final SharedPreferences prefs =
getImportantNoticePreferences
(context);
134
getImportantNoticePreferences
(context)
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
ImportantNoticeUtilsTests.java
49
mPref = ImportantNoticeUtils.
getImportantNoticePreferences
(context);
Completed in 69 milliseconds