Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/domain/interactor/
H A DPrimaryBouncerCallbackInteractorTest.kt84 mPrimaryBouncerCallbackInteractor.dispatchStartingToShow()
H A DPrimaryBouncerInteractorTest.kt124 verify(mPrimaryBouncerCallbackInteractor).dispatchStartingToShow()
139 verify(mPrimaryBouncerCallbackInteractor, never()).dispatchStartingToShow()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DPrimaryBouncerCallbackInteractor.kt72 fun dispatchStartingToShow() { regex
H A DPrimaryBouncerInteractor.kt179 primaryBouncerCallbackInteractor.dispatchStartingToShow()