Searched refs:isEncryptionSupported (Results 1 – 10 of 10) sorted by relevance
2183 if (isEncryptionSupported() && isDeviceEncrypted()) { in recoverDevice()3019 if (isEncryptionSupported() && isDeviceEncrypted()) { in reboot()3041 if (isEncryptionSupported()) { in rebootUserspace()3367 if (!isEncryptionSupported()) { in encryptDevice()3416 if (!isEncryptionSupported()) { in unencryptDevice()3498 if (!isEncryptionSupported()) { in unlockDevice()3566 if (output == null && isEncryptionSupported()) { in isDeviceEncrypted()3579 public boolean isEncryptionSupported() throws DeviceNotAvailableException { in isEncryptionSupported() method in NativeDevice
264 public boolean isEncryptionSupported() { in isEncryptionSupported() method in RemoteAndroidDevice
1785 public boolean isEncryptionSupported() throws DeviceNotAvailableException { in testUnlockDevice_skipping()1803 public boolean isEncryptionSupported() throws DeviceNotAvailableException { in testUnlockDevice()1829 public boolean isEncryptionSupported() throws DeviceNotAvailableException { in testUnlockDevice_garbageOutput()1855 public boolean isEncryptionSupported() throws DeviceNotAvailableException { in testUnlockDevice_emptyOutput()1881 public boolean isEncryptionSupported() throws DeviceNotAvailableException { in testUnlockDevice_goodOutputPasswordEnteredCorrectly()
590 public boolean isEncryptionSupported() throws DeviceNotAvailableException { in testExecuteShellCommand_recoveryRetry()657 public boolean isEncryptionSupported() throws DeviceNotAvailableException { in testExecuteShellCommand_recoveryTimeoutRetry()707 public boolean isEncryptionSupported() throws DeviceNotAvailableException { in testExecuteShellCommand_recoveryAttempts()4516 assertTrue(mTestDevice.isEncryptionSupported()); in testIsEncryptionSupported_newformat()4536 assertFalse(mTestDevice.isEncryptionSupported()); in testIsEncryptionSupported_failure()
808 if (!getDevice().isEncryptionSupported()) { in testEncryption()
350 if (!device.isEncryptionSupported()) { in preEncryptDevice()410 if (!device.isEncryptionSupported()) { in postEncryptDevice()
541 if (device.isEncryptionSupported() && device.isDeviceEncrypted()) { in flashUserData()
151 EasyMock.expect(mMockDevice.isEncryptionSupported()).andStubReturn(Boolean.TRUE); in doSetupExpectations()206 EasyMock.expect(mMockDevice.isEncryptionSupported()).andStubReturn(Boolean.TRUE); in testSetup_buildError()
257 EasyMock.expect(mMockDevice.isEncryptionSupported()).andReturn(Boolean.FALSE); in testFlashUserData_testsZip()
1128 public boolean isEncryptionSupported() throws DeviceNotAvailableException; in isEncryptionSupported() method