Searched refs:isDeviceEncrypted (Results 1 – 5 of 5) sorted by relevance
176 when(mMockDevice.isDeviceEncrypted()).thenReturn(Boolean.FALSE); in doSetupExpectations()223 when(mMockDevice.isDeviceEncrypted()).thenReturn(Boolean.FALSE); in testSetup_buildError()
1251 public boolean isDeviceEncrypted() throws DeviceNotAvailableException; in isDeviceEncrypted() method
1700 public boolean isDeviceEncrypted() throws DeviceNotAvailableException { in testUnlockDevice_skipping()1719 public boolean isDeviceEncrypted() throws DeviceNotAvailableException { in testUnlockDevice()1754 public boolean isDeviceEncrypted() throws DeviceNotAvailableException { in testUnlockDevice_garbageOutput()1789 public boolean isDeviceEncrypted() throws DeviceNotAvailableException { in testUnlockDevice_emptyOutput()1824 public boolean isDeviceEncrypted() throws DeviceNotAvailableException { in testUnlockDevice_goodOutputPasswordEnteredCorrectly()
2794 if (isEncryptionSupported() && isDeviceEncrypted()) { in recoverDevice()3683 if (isEncryptionSupported() && isDeviceEncrypted()) { in reboot()3712 if (isDeviceEncrypted()) { in rebootUserspace()4144 if (!isDeviceEncrypted()) { in unlockDevice()4211 public boolean isDeviceEncrypted() throws DeviceNotAvailableException { in isDeviceEncrypted() method in NativeDevice
614 if (device.isEncryptionSupported() && device.isDeviceEncrypted()) { in flashUserData()