Searched refs:sIsTestProcess (Results 1 – 1 of 1) sorted by relevance
67 private static final boolean sIsTestProcess; field in MediaApplication80 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()