Home
last modified time | relevance | path

Searched refs:isDisableKeyguard (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDeviceOptions.java260 public boolean isDisableKeyguard() { in isDisableKeyguard() method in TestDeviceOptions
DTestDevice.java841 if (mOptions.isDisableKeyguard()) { in prePostBootSetup()