Searched refs:singleton (Results 1 – 3 of 3) sorted by relevance
49 SystemUtil.singleton = Mockito.mock(SystemUtil.class); in testGetExternalTestCasesDirs()51 SystemUtil.singleton.getEnv( in testGetExternalTestCasesDirs()54 Mockito.when(SystemUtil.singleton.getEnv(EnvVariable.ANDROID_HOST_OUT_TESTCASES.name())) in testGetExternalTestCasesDirs()74 SystemUtil.singleton = Mockito.mock(SystemUtil.class); in testGetExternalTestCasesDirsNoDir()75 Mockito.when(SystemUtil.singleton.getEnv(EnvVariable.ANDROID_TARGET_OUT_TESTCASES.name())) in testGetExternalTestCasesDirsNoDir()77 Mockito.when(SystemUtil.singleton.getEnv(EnvVariable.ANDROID_HOST_OUT_TESTCASES.name())) in testGetExternalTestCasesDirsNoDir()
34 @VisibleForTesting static SystemUtil singleton = new SystemUtil(); field in SystemUtil68 singleton.getEnv(EnvVariable.ANDROID_TARGET_OUT_TESTCASES.name()), in getExternalTestCasesDirs()69 singleton.getEnv(EnvVariable.ANDROID_HOST_OUT_TESTCASES.name())); in getExternalTestCasesDirs()147 String path = singleton.getEnv(ENV_ANDROID_PRODUCT_OUT); in getProductOutputDir()
... .jacoco.agent.rt.internal_6da5971.Agent singleton private final org.jacoco.agent.rt. ...