Home
last modified time | relevance | path

Searched refs:willDismissWithActions (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/
H A DBouncerView.kt54 fun willDismissWithActions(): Boolean regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/domain/interactor/
H A DPrimaryBouncerInteractorTest.kt318 whenever(bouncerViewDelegate.willDismissWithActions()).thenReturn(true)
320 whenever(bouncerViewDelegate.willDismissWithActions()).thenReturn(false)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/binder/
H A DKeyguardBouncerViewBinder.kt103 override fun willDismissWithActions(): Boolean {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DPrimaryBouncerInteractor.kt365 return primaryBouncerView.delegate?.willDismissWithActions() == true