Searched refs:getKeyguardState (Results 1 – 7 of 7) 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()
349 public KeyguardControllerState getKeyguardState() throws DeviceNotAvailableException; in getKeyguardState() method
570 public KeyguardControllerState getKeyguardState() throws DeviceNotAvailableException { in getKeyguardState() method in TestDevice
2560 public KeyguardControllerState getKeyguardState() throws DeviceNotAvailableException { in getKeyguardState() method in NativeDevice
657 KeyguardControllerState keyguard = mTestDevice.getKeyguardState(); in testDisableKeyguard()
3395 KeyguardControllerState state = mTestDevice.getKeyguardState(); in testGetKeyguardState()3413 KeyguardControllerState state = mTestDevice.getKeyguardState(); in testGetKeyguardState_new()3428 assertNull(mTestDevice.getKeyguardState()); in testGetKeyguardState_unsupported()