Home
last modified time | relevance | path

Searched refs:shouldDismissOnMenuPressed (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardKeyEventInteractorTest.kt137 whenever(statusBarKeyguardViewManager.shouldDismissOnMenuPressed()).thenReturn(true)
148 whenever(statusBarKeyguardViewManager.shouldDismissOnMenuPressed()).thenReturn(true)
165 whenever(statusBarKeyguardViewManager.shouldDismissOnMenuPressed()).thenReturn(true)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/
H A DBouncerView.kt45 fun shouldDismissOnMenuPressed(): Boolean regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardKeyEventInteractor.kt91 statusBarKeyguardViewManager.shouldDismissOnMenuPressed()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/binder/
H A DKeyguardBouncerViewBinder.kt73 override fun shouldDismissOnMenuPressed(): Boolean {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java1296 public boolean shouldDismissOnMenuPressed() { in shouldDismissOnMenuPressed() method in StatusBarKeyguardViewManager
1298 && mPrimaryBouncerView.getDelegate().shouldDismissOnMenuPressed(); in shouldDismissOnMenuPressed()