Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaApplication.java49 private static volatile ConfigStore sConfigStore; field in MediaApplication
106 if (sConfigStore == null) { in onCreate()
107 sConfigStore = sIsTestProcess ? ConfigStore.getDefaultConfigStore() : in onCreate()
110 configStore = sConfigStore; in onCreate()
141 if (sConfigStore == null) { in getConfigStore()
145 sConfigStore = sIsTestProcess ? ConfigStore.getDefaultConfigStore() : in getConfigStore()
148 return sConfigStore; in getConfigStore()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DDocumentsApplication.java74 private static volatile ConfigStore sConfigStore; field in DocumentsApplication
151 if (sConfigStore == null) { in getConfigStore()
152 sConfigStore = new ConfigStore.ConfigStoreImpl(); in getConfigStore()
154 return sConfigStore; in getConfigStore()
174 if (sConfigStore == null) { in onCreate()
175 sConfigStore = new ConfigStore.ConfigStoreImpl(); in onCreate()