Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/keyguard/
DKeyguardTests.java825 verify(listener, times(1)).onKeyguardLockedStateChanged(true); in testAddKeyguardLockedStateListener_hideToShow_callbackInvoked()
826 verify(listener, never()).onKeyguardLockedStateChanged(false); in testAddKeyguardLockedStateListener_hideToShow_callbackInvoked()
844 verify(listener, times(1)).onKeyguardLockedStateChanged(true); in testAddKeyguardLockedStateListener_showToHide_callbackInvoked()
845 verify(listener, times(1)).onKeyguardLockedStateChanged(false); in testAddKeyguardLockedStateListener_showToHide_callbackInvoked()
864 verify(listener, never()).onKeyguardLockedStateChanged(anyBoolean()); in testAddRemoveKeyguardLockedStateListener_callbackNotInvoked()
875 public void onKeyguardLockedStateChanged(boolean isKeyguardLocked) { in onKeyguardLockedStateChanged() method in KeyguardTests.TestKeyguardLockedStateListener
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt6225 method public void onKeyguardLockedStateChanged(boolean);