Searched refs:getKeyguardState (Results 1 – 8 of 8) sorted by relevance
53 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()
37 KeyguardControllerState ksc = device.getKeyguardState(); in postExecutionCheck()
546 public KeyguardControllerState getKeyguardState() throws DeviceNotAvailableException; in getKeyguardState() method
809 public KeyguardControllerState getKeyguardState() throws DeviceNotAvailableException { in getKeyguardState() method in TestDevice
2764 public KeyguardControllerState getKeyguardState() throws DeviceNotAvailableException { in getKeyguardState() method in NativeDevice
168 mDevice.getKeyguardState().isKeyguardShowing()); in run()
659 KeyguardControllerState keyguard = mTestDevice.getKeyguardState(); in testDisableKeyguard()
3997 KeyguardControllerState state = mTestDevice.getKeyguardState(); in testGetKeyguardState()4015 KeyguardControllerState state = mTestDevice.getKeyguardState(); in testGetKeyguardState_new()4030 assertNull(mTestDevice.getKeyguardState()); in testGetKeyguardState_unsupported()