Home
last modified time | relevance | path

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

/external/libchrome/base/android/java/src/org/chromium/base/
DContextUtils.java24 private static Context sApplicationContext; field in ContextUtils
49 return sApplicationContext; in getApplicationContext()
64 if (sApplicationContext != null && sApplicationContext != appContext) { in initApplicationContext()
76 return PreferenceManager.getDefaultSharedPreferences(sApplicationContext); in fetchAppSharedPreferences()
115 sApplicationContext = appContext; in initJavaSideApplicationContext()