Searched refs:newValue (Results 1 – 2 of 2) sorted by relevance
122 final String newValue = "TEST_VALUE_NEW"; in testMallocDebugAutoseablePriorValueNoException() local130 MallocDebug.withLibcMallocDebugOnNewProcess(getDevice(), newValue, "native-poc")) { in testMallocDebugAutoseablePriorValueNoException() argument133 .isEqualTo(newValue); in testMallocDebugAutoseablePriorValueNoException()
216 val newValue = in waitForNullableValueToSettle() constant227 if (previousValue != newValue || !previousValueSet) { in waitForNullableValueToSettle()228 log("value changed to $newValue") in waitForNullableValueToSettle()233 TracingUtils.beginSectionSafe("New value: $newValue") in waitForNullableValueToSettle()234 previousValue = newValue in waitForNullableValueToSettle()