Searched refs:newValue (Results 1 – 4 of 4) sorted by relevance
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/compatibility/ |
D | CompatibilityCheck.kt | 467 val newValue = new.defaultValue() in compare() constant 469 if (newValue.isEmpty()) { in compare() 472 newValue in compare() 700 val newValue = new.initialValue() in compare() constant 702 if (newValue is PsiField) { in compare() 703 newValue.containingClass?.qualifiedName + "." + newValue.name in compare() 705 newValue in compare()
|
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/ |
D | TestRunResult.java | 454 private String combineValues(String existingValue, String newValue) { in combineValues() argument 458 long newLong = Long.parseLong(newValue); in combineValues() 465 double newDouble = Double.parseDouble(newValue); in combineValues() 472 return newValue; in combineValues()
|
/tools/tradefederation/core/src/com/android/tradefed/sandbox/ |
D | SandboxConfigDump.java | 222 String newValue = argList.get(i).replaceAll("USE_KEYSTORE@" + key, keyValue); in replaceKeystore() local 223 argList.set(i, newValue); in replaceKeystore()
|
/tools/dexter/testdata/expected/ |
D | medium.compact_cfg | 8502 .local_ex v4, "newValue", java.lang.Object, "TV;" 73299 .params "preference", "newValue" 75339 .params "preference", "newValue" 176144 .params "pickerIndex", "newValue", "autoAdvance"
|