Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDevicePolicyManagerTest.java836 shadowOf(devicePolicyManager).setStorageEncryptionStatus(-1); in setStorageEncryptionStatus_IllegalValue()
845 shadowOf(devicePolicyManager).setStorageEncryptionStatus(ENCRYPTION_STATUS_UNSUPPORTED); in setStorageEncryptionStatus_Unsupported()
852 shadowOf(devicePolicyManager).setStorageEncryptionStatus(ENCRYPTION_STATUS_ACTIVE); in setStorageEncryptionStatus_Active()
859 shadowOf(devicePolicyManager).setStorageEncryptionStatus(ENCRYPTION_STATUS_INACTIVE); in setStorageEncryptionStatus_Inactive()
866 shadowOf(devicePolicyManager).setStorageEncryptionStatus(ENCRYPTION_STATUS_ACTIVATING); in setStorageEncryptionStatus_Activating()
874 shadowOf(devicePolicyManager).setStorageEncryptionStatus(ENCRYPTION_STATUS_ACTIVE_DEFAULT_KEY); in setStorageEncryptionStatus_ActiveDefaultKey()
882 shadowOf(devicePolicyManager).setStorageEncryptionStatus(ENCRYPTION_STATUS_ACTIVE_PER_USER); in setStorageEncryptionStatus_ActivePerUser()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDevicePolicyManager.java560 public void setStorageEncryptionStatus(int status) { in setStorageEncryptionStatus() method in ShadowDevicePolicyManager