OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCommonPreferences
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
CommonPreferences.java
25
public static SharedPreferences
getCommonPreferences
(final Context context) {
WordListPreference.java
157
SharedPreferences prefs = CommonPreferences.
getCommonPreferences
(mContext);
171
SharedPreferences prefs = CommonPreferences.
getCommonPreferences
(mContext);
190
SharedPreferences prefs = CommonPreferences.
getCommonPreferences
(mContext);
UpdateHandler.java
151
final SharedPreferences prefs = CommonPreferences.
getCommonPreferences
(context);
164
final SharedPreferences prefs = CommonPreferences.
getCommonPreferences
(context);
[
all
...]
Completed in 186 milliseconds