Home
last modified time | relevance | path

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

/external/libmojo/base/android/java/src/org/chromium/base/
DContextUtils.java26 private static SharedPreferences sSharedPreferences = fetchAppSharedPreferences();
77 private static SharedPreferences fetchAppSharedPreferences() { in fetchAppSharedPreferences() method in ContextUtils
102 Holder.sSharedPreferences = fetchAppSharedPreferences(); in initApplicationContextForTests()