Home
last modified time | relevance | path

Searched refs:getKeyguardState (Results 1 – 8 of 8) 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.java546 public KeyguardControllerState getKeyguardState() throws DeviceNotAvailableException; in getKeyguardState() method
DTestDevice.java809 public KeyguardControllerState getKeyguardState() throws DeviceNotAvailableException { in getKeyguardState() method in TestDevice
DNativeDevice.java2764 public KeyguardControllerState getKeyguardState() throws DeviceNotAvailableException { in getKeyguardState() method in NativeDevice
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/test/
DPerformanceTest.java168 mDevice.getKeyguardState().isKeyguardShowing()); in run()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceFuncTest.java659 KeyguardControllerState keyguard = mTestDevice.getKeyguardState(); in testDisableKeyguard()
DTestDeviceTest.java3997 KeyguardControllerState state = mTestDevice.getKeyguardState(); in testGetKeyguardState()
4015 KeyguardControllerState state = mTestDevice.getKeyguardState(); in testGetKeyguardState_new()
4030 assertNull(mTestDevice.getKeyguardState()); in testGetKeyguardState_unsupported()