Searched refs:isEncryptionRequired (Results 1 – 3 of 3) sorted by relevance
104 when(mUtils.isEncryptionRequired()).thenReturn(false); in setUp()164 when(mUtils.isEncryptionRequired()).thenReturn(true); in testManagedProfile_withEncryption()265 when(mUtils.isEncryptionRequired()).thenReturn(true); in testManagedProfile_skipEncryption()287 when(mUtils.isEncryptionRequired()).thenReturn(true); in testManagedProfile_encryptionNotSupported()320 when(mUtils.isEncryptionRequired()).thenReturn(true); in testNfc_skipEncryption()337 when(mUtils.isEncryptionRequired()).thenReturn(true); in testNfc_withEncryption()377 when(mUtils.isEncryptionRequired()).thenReturn(true); in testNfc_encryptionNotSupported()405 when(mUtils.isEncryptionRequired()).thenReturn(true); in testQr_skipEncryption()421 when(mUtils.isEncryptionRequired()).thenReturn(true); in testQr_withEncryption()463 when(mUtils.isEncryptionRequired()).thenReturn(true); in testDeviceOwner_skipEncryption()[all …]
242 if (isEncryptionRequired()) { in initiateDeviceOwnerProvisioning()306 if (isEncryptionRequired()) { in afterNavigateNext()320 private boolean isEncryptionRequired() { in isEncryptionRequired() method in PreProvisioningController321 return !mParams.skipEncryption && mUtils.isEncryptionRequired(); in isEncryptionRequired()
697 public boolean isEncryptionRequired() { in isEncryptionRequired() method in Utils