Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaApplication.java67 private static final boolean sIsTestProcess; field in MediaApplication
80 sIsTestProcess = processName.endsWith(".tests");
88 if (sIsTestProcess) {
107 sConfigStore = sIsTestProcess ? ConfigStore.getDefaultConfigStore() : in onCreate()
116 if (!sIsUiProcess && !sIsTestProcess) { in onCreate()
145 sConfigStore = sIsTestProcess ? ConfigStore.getDefaultConfigStore() : in getConfigStore()