Searched refs:isDeviceEncrypted (Results 1 – 8 of 8) sorted by relevance
2183 if (isEncryptionSupported() && isDeviceEncrypted()) { in recoverDevice()3019 if (isEncryptionSupported() && isDeviceEncrypted()) { in reboot()3042 if (isDeviceEncrypted()) { in rebootUserspace()3372 if (isDeviceEncrypted()) { in encryptDevice()3407 return isDeviceEncrypted(); in encryptDevice()3421 if (!isDeviceEncrypted()) { in unencryptDevice()3503 if (!isDeviceEncrypted()) { in unlockDevice()3563 public boolean isDeviceEncrypted() throws DeviceNotAvailableException { in isDeviceEncrypted() method in NativeDevice
814 assertFalse(getDevice().isDeviceEncrypted()); in testEncryption()816 assertTrue(getDevice().isDeviceEncrypted()); in testEncryption()823 assertFalse(getDevice().isDeviceEncrypted()); in testEncryption()
1789 public boolean isDeviceEncrypted() throws DeviceNotAvailableException { in testUnlockDevice_skipping()1807 public boolean isDeviceEncrypted() throws DeviceNotAvailableException { in testUnlockDevice()1833 public boolean isDeviceEncrypted() throws DeviceNotAvailableException { in testUnlockDevice_garbageOutput()1859 public boolean isDeviceEncrypted() throws DeviceNotAvailableException { in testUnlockDevice_emptyOutput()1885 public boolean isDeviceEncrypted() throws DeviceNotAvailableException { in testUnlockDevice_goodOutputPasswordEnteredCorrectly()
1086 public boolean isDeviceEncrypted() throws DeviceNotAvailableException { in testEncryptDevice_alreadyEncrypted()1102 public boolean isDeviceEncrypted() throws DeviceNotAvailableException { in testEncryptDevice_encryptionFails()1127 public boolean isDeviceEncrypted() throws DeviceNotAvailableException { in testUnencryptDevice_erase()1167 public boolean isDeviceEncrypted() throws DeviceNotAvailableException { in testUnencryptDevice_wipe()
354 if (!device.isDeviceEncrypted()) { in preEncryptDevice()454 } else if (device.isDeviceEncrypted()) { in tearDown()
541 if (device.isEncryptionSupported() && device.isDeviceEncrypted()) { in flashUserData()
152 EasyMock.expect(mMockDevice.isDeviceEncrypted()).andStubReturn(Boolean.FALSE); in doSetupExpectations()207 EasyMock.expect(mMockDevice.isDeviceEncrypted()).andStubReturn(Boolean.FALSE); in testSetup_buildError()
1120 public boolean isDeviceEncrypted() throws DeviceNotAvailableException; in isDeviceEncrypted() method