Home
last modified time | relevance | path

Searched refs:isDeviceEncrypted (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DDeviceFlashPreparerTest.java176 when(mMockDevice.isDeviceEncrypted()).thenReturn(Boolean.FALSE); in doSetupExpectations()
223 when(mMockDevice.isDeviceEncrypted()).thenReturn(Boolean.FALSE); in testSetup_buildError()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1251 public boolean isDeviceEncrypted() throws DeviceNotAvailableException; in isDeviceEncrypted() method
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DNativeDeviceTest.java1700 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()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2794 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
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java614 if (device.isEncryptionSupported() && device.isDeviceEncrypted()) { in flashUserData()