Home | History | Annotate | Download | only in util

Lines Matching defs:getSharedPreferences

48      * Context#getSharedPreferences(String, int)} is called for the first time. Call {@link
49 * Context#getSharedPreferences(String, int)} as early as possible to avoid the ANR due to the
59 context.getSharedPreferences(SHARED_PREF_FEATURES, Context.MODE_PRIVATE);
60 context.getSharedPreferences(SHARED_PREF_BROWSABLE, Context.MODE_PRIVATE);
61 context.getSharedPreferences(SHARED_PREF_WATCHED_HISTORY, Context.MODE_PRIVATE);
62 context.getSharedPreferences(
64 context.getSharedPreferences(
66 context.getSharedPreferences(
68 context.getSharedPreferences(SHARED_PREF_EPG, Context.MODE_PRIVATE);
69 context.getSharedPreferences(
71 context.getSharedPreferences(SHARED_PREF_UI_SETTINGS, Context.MODE_PRIVATE);