Searched refs:envVar (Results 1 – 3 of 3) sorted by relevance
219 final JSONObject envVar = envVars.getJSONObject(i); in fromJson() local220 obj.addEnvVar(envVar.getString("key"), envVar.getString("value")); in fromJson()
921 File getExternalTestCasesDirs(EnvVariable envVar) {922 return SystemUtil.getExternalTestCasesDir(envVar);
1633 File getExternalTestCasesDirs(EnvVariable envVar) { in testInvoke_deviceInfoBuild_noEnv()1715 File getExternalTestCasesDirs(EnvVariable envVar) { in testInvoke_deviceInfoBuild_withEnv()1716 if (EnvVariable.ANDROID_TARGET_OUT_TESTCASES.equals(envVar)) { in testInvoke_deviceInfoBuild_withEnv()1820 File getExternalTestCasesDirs(EnvVariable envVar) { in testInvoke_deviceInfoBuild_withEnv_andSkipProperty()