Searched refs:isEncryptionRequired (Results 1 – 3 of 3) sorted by relevance
137 when(mUtils.isEncryptionRequired()).thenReturn(false); in setUp()205 when(mUtils.isEncryptionRequired()).thenReturn(true); in testManagedProfile_withEncryption()321 when(mUtils.isEncryptionRequired()).thenReturn(true); in testManagedProfile_skipEncryption()339 when(mUtils.isEncryptionRequired()).thenReturn(true); in testManagedProfile_encryptionNotSupported()371 when(mUtils.isEncryptionRequired()).thenReturn(true); in testNfc_skipEncryption()388 when(mUtils.isEncryptionRequired()).thenReturn(true); in testNfc_withEncryption()431 when(mUtils.isEncryptionRequired()).thenReturn(true); in testNfc_encryptionNotSupported()461 when(mUtils.isEncryptionRequired()).thenReturn(true); in testQr_skipEncryption()476 when(mUtils.isEncryptionRequired()).thenReturn(true); in testQr_withEncryption()518 when(mUtils.isEncryptionRequired()).thenReturn(true); in testDeviceOwner_skipEncryption()[all …]
332 if (isEncryptionRequired()) { in continueProvisioningAfterUserConsent()515 private boolean isEncryptionRequired() { in isEncryptionRequired() method in PreProvisioningController516 return !mParams.skipEncryption && mUtils.isEncryptionRequired(); in isEncryptionRequired()
534 public boolean isEncryptionRequired() { in isEncryptionRequired() method in Utils