Home
last modified time | relevance | path

Searched refs:newValue (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/sts-common-util/host-side/tests/src/com/android/sts/common/
DMallocDebugTest.java122 final String newValue = "TEST_VALUE_NEW"; in testMallocDebugAutoseablePriorValueNoException() local
130 MallocDebug.withLibcMallocDebugOnNewProcess(getDevice(), newValue, "native-poc")) { in testMallocDebugAutoseablePriorValueNoException() argument
133 .isEqualTo(newValue); in testMallocDebugAutoseablePriorValueNoException()
/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DWaitUtils.kt216 val newValue = in waitForNullableValueToSettle() constant
227 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()