Home
last modified time | relevance | path

Searched refs:getKeyguardState (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/suite/checker/
DKeyguardStatusCheckerTest.java53 EasyMock.expect(mMockDevice.getKeyguardState()) in testPostExecutionCheck()
66 EasyMock.expect(mMockDevice.getKeyguardState()).andReturn(createKeyguardState(true, false)); in testPostExecutionCheck_showingAfter()
80 EasyMock.expect(mMockDevice.getKeyguardState()).andReturn(null); in testPostExecutionCheck_notSupported()
/tools/tradefederation/core/src/com/android/tradefed/suite/checker/
DKeyguardStatusChecker.java37 KeyguardControllerState ksc = device.getKeyguardState(); in postExecutionCheck()
/tools/tradefederation/core/src/com/android/tradefed/device/
DITestDevice.java349 public KeyguardControllerState getKeyguardState() throws DeviceNotAvailableException; in getKeyguardState() method
DTestDevice.java570 public KeyguardControllerState getKeyguardState() throws DeviceNotAvailableException { in getKeyguardState() method in TestDevice
DNativeDevice.java2560 public KeyguardControllerState getKeyguardState() throws DeviceNotAvailableException { in getKeyguardState() method in NativeDevice
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceFuncTest.java657 KeyguardControllerState keyguard = mTestDevice.getKeyguardState(); in testDisableKeyguard()
DTestDeviceTest.java3395 KeyguardControllerState state = mTestDevice.getKeyguardState(); in testGetKeyguardState()
3413 KeyguardControllerState state = mTestDevice.getKeyguardState(); in testGetKeyguardState_new()
3428 assertNull(mTestDevice.getKeyguardState()); in testGetKeyguardState_unsupported()