Home
last modified time | relevance | path

Searched defs:oldValue (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/util/src/android/util/cts/
DSparseLongArrayTest.java64 long oldValue = VALUES[0]; // 0 in testSparseArrayWithDefaultCapacity() local
126 long oldValue = VALUES[0]; // 0 in testSparseArrayWithSpecifiedCapacity() local
DLongSparseArrayTest.java66 Integer oldValue = VALUES[0]; // 0 in testSparseArrayWithDefaultCapacity() local
132 Integer oldValue = VALUES[0]; // 0 in testSparseArrayWithSpecifiedCapacity() local
DSparseIntArrayTest.java58 int oldValue = VALUES[0]; // 0 in testSparseIntArrayWithDefaultCapacity() local
107 int oldValue = VALUES[0]; // 0 in testSparseIntArrayWithSpecifiedCapacity() local
DSparseArrayTest.java70 Integer oldValue = VALUES[0]; // 0 in testSparseArrayWithDefaultCapacity() local
136 Integer oldValue = VALUES[0]; // 0 in testSparseArrayWithSpecifiedCapacity() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DTimeout.java117 final long oldValue = mCurrentValue; in increase() local
/cts/tests/signature/lib/common/src/android/signature/cts/
DApiComplianceChecker.java46 private String oldValue; field in ApiComplianceChecker.FieldValuePair
49 private FieldValuePair(String oldValue, String newValue) { in FieldValuePair()
/cts/tests/tests/hibernation/src/android/hibernation/cts/
DAppHibernationUtils.kt207 val oldValue = runWithShellPermissionIdentity(ThrowingSupplier { in withDeviceConfig() constant