Home
last modified time | relevance | path

Searched defs:primaryBouncerCallbackInteractor (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/
DPrimaryBouncerInteractorWithCoroutinesTest.kt52 @Mock private lateinit var primaryBouncerCallbackInteractor: PrimaryBouncerCallbackInteractor variable in com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractorWithCoroutinesTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayContainerViewController.java206 PrimaryBouncerCallbackInteractor primaryBouncerCallbackInteractor, in DreamOverlayContainerViewController()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/
DKeyguardBouncerViewModelTest.kt60 @Mock private lateinit var primaryBouncerCallbackInteractor: PrimaryBouncerCallbackInteractor variable in com.android.systemui.bouncer.ui.viewmodel.KeyguardBouncerViewModelTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DPrimaryBouncerInteractor.kt71 private val primaryBouncerCallbackInteractor: PrimaryBouncerCallbackInteractor, in <lambda>() constant in com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java384 PrimaryBouncerCallbackInteractor primaryBouncerCallbackInteractor, in StatusBarKeyguardViewManager()