Home
last modified time | relevance | path

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

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