Searched refs:sConfigStore (Results 1 – 2 of 2) sorted by relevance
49 private static volatile ConfigStore sConfigStore; field in MediaApplication106 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()
74 private static volatile ConfigStore sConfigStore; field in DocumentsApplication151 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()