Searched refs:originalValue (Results 1 – 4 of 4) sorted by relevance
54 int originalValue = dpm.getPasswordHistoryLength(mAdminComponent); in testPasswordHistoryLength() local62 dpm.setPasswordHistoryLength(mAdminComponent, originalValue); in testPasswordHistoryLength()67 long originalValue = dpm.getPasswordExpirationTimeout(mAdminComponent); in testPasswordExpirationTimeout() local76 dpm.setPasswordExpirationTimeout(mAdminComponent, originalValue); in testPasswordExpirationTimeout()
50 final int originalValue = data[n]; in addByteNoise() local56 int newValue = (originalValue + delta); in addByteNoise()
253 final Object originalValue = field.get(volume); in assertStorageVolumesEquals() local255 assertEquals("Mismatch for field " + field.getName(), originalValue, clonedValue); in assertStorageVolumesEquals()
100 int originalValue = mDevicePolicyManager.getKeyguardDisabledFeatures(mComponent); in testKeyguardDisabledFeatures() local108 mDevicePolicyManager.setKeyguardDisabledFeatures(mComponent, originalValue); in testKeyguardDisabledFeatures()