Searched refs:originalValue (Results 1 – 2 of 2) sorted by relevance
499 int originalValue = mDevicePolicyManager.getPasswordHistoryLength(mComponent); in testPasswordHistoryLength() local507 mDevicePolicyManager.setPasswordHistoryLength(mComponent, originalValue); in testPasswordHistoryLength()516 long originalValue = mDevicePolicyManager.getPasswordExpirationTimeout(mComponent); in testPasswordExpirationTimeout() local525 mDevicePolicyManager.setPasswordExpirationTimeout(mComponent, originalValue); in testPasswordExpirationTimeout()534 int originalValue = mDevicePolicyManager.getKeyguardDisabledFeatures(mComponent); in testKeyguardDisabledFeatures() local542 mDevicePolicyManager.setKeyguardDisabledFeatures(mComponent, originalValue); in testKeyguardDisabledFeatures()
50 final int originalValue = data[n]; in addByteNoise() local56 int newValue = (originalValue + delta); in addByteNoise()