Home
last modified time | relevance | path

Searched refs:fetchAppSharedPreferences (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/android/java/src/org/chromium/base/
DContextUtils.java33 private static SharedPreferences sSharedPreferences = fetchAppSharedPreferences();
75 private static SharedPreferences fetchAppSharedPreferences() { in fetchAppSharedPreferences() method in ContextUtils
108 Holder.sSharedPreferences = fetchAppSharedPreferences(); in initApplicationContextForTests()
/external/libchrome/libchrome_tools/patch/
DContextUtils.patch17 Holder.sSharedPreferences = fetchAppSharedPreferences();