Searched refs:testcasesPath (Results 1 – 2 of 2) sorted by relevance
63 String testcasesPath = getEnvVariable(); in getApkFromVariableTestsDir() local64 if (testcasesPath != null) { in getApkFromVariableTestsDir()65 File testCasesFile = new File(testcasesPath); in getApkFromVariableTestsDir()
1101 String testcasesPath = System.getenv(EnvVariable.ANDROID_HOST_OUT_TESTCASES.toString()); in getJarFile() local1102 if (testcasesPath != null) { in getJarFile()1103 File testCasesFile = new File(testcasesPath); in getJarFile()