Searched defs:oldValue (Results 1 – 9 of 9) sorted by relevance
64 long oldValue = VALUES[0]; // 0 in testSparseArrayWithDefaultCapacity() local126 long oldValue = VALUES[0]; // 0 in testSparseArrayWithSpecifiedCapacity() local
66 Integer oldValue = VALUES[0]; // 0 in testSparseArrayWithDefaultCapacity() local132 Integer oldValue = VALUES[0]; // 0 in testSparseArrayWithSpecifiedCapacity() local
58 int oldValue = VALUES[0]; // 0 in testSparseIntArrayWithDefaultCapacity() local107 int oldValue = VALUES[0]; // 0 in testSparseIntArrayWithSpecifiedCapacity() local
70 Integer oldValue = VALUES[0]; // 0 in testSparseArrayWithDefaultCapacity() local136 Integer oldValue = VALUES[0]; // 0 in testSparseArrayWithSpecifiedCapacity() local
61 String oldValue = device.getSetting(namespace, key); in withAccessibilityEnabled() local
117 final long oldValue = mCurrentValue; in increase() local
46 private String oldValue; field in ApiComplianceChecker.FieldValuePair49 private FieldValuePair(String oldValue, String newValue) { in FieldValuePair()
129 int oldValue = getAssistedGpsEnabled(context); in setAssistedGpsEnabled() local
211 val oldValue = runWithShellPermissionIdentity(ThrowingSupplier { in withDeviceConfig() constant