Home
last modified time | relevance | path

Searched defs:newValue (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxConfigDump.java222 String newValue = argList.get(i).replaceAll("USE_KEYSTORE@" + key, keyValue); in replaceKeystore() local
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/compatibility/
DCompatibilityCheck.kt467 val newValue = new.defaultValue() in compare() constant
700 val newValue = new.initialValue() in compare() constant
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestRunResult.java454 private String combineValues(String existingValue, String newValue) { in combineValues()