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()
1638 File getExternalTestCasesDirs(EnvVariable envVar) { in testInvoke_deviceInfoBuild_noEnv()1725 File getExternalTestCasesDirs(EnvVariable envVar) { in testInvoke_deviceInfoBuild_withEnv()1726 if (EnvVariable.ANDROID_TARGET_OUT_TESTCASES.equals(envVar)) { in testInvoke_deviceInfoBuild_withEnv()1835 File getExternalTestCasesDirs(EnvVariable envVar) { in testInvoke_deviceInfoBuild_withEnv_andSkipProperty()
921 File getExternalTestCasesDirs(EnvVariable envVar) {922 return SystemUtil.getExternalTestCasesDir(envVar);