Home
last modified time | relevance | path

Searched refs:showKeyguardImpl (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarTest.java798 mStatusBar.showKeyguardImpl(); in testTransitionLaunch_goesToUnlocked()
838 mStatusBar.showKeyguardImpl(); in testTransitionLaunch_noPreview_doesntGoUnlocked()
860 mStatusBar.showKeyguardImpl(); in testPulseWhileDozing_updatesScrimController()
889 mStatusBar.showKeyguardImpl(); in testShowKeyguardImplementation_setsState()
895 mStatusBar.showKeyguardImpl(); in testShowKeyguardImplementation_setsState()
H A DDozeServiceHostTest.java131 mStatusBar.showKeyguardImpl(); in testPulseWhileDozing_updatesScrimController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java2951 showKeyguardImpl(); in updateIsKeyguard()
2959 public void showKeyguardImpl() { in showKeyguardImpl() method