Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/
DPrimaryBouncerCallbackInteractorTest.kt89 mPrimaryBouncerCallbackInteractor.dispatchReset() in testOnKeyguardReset()
DPrimaryBouncerInteractorTest.kt209 verify(mPrimaryBouncerCallbackInteractor).dispatchReset() in testExpansion_fullyHidden()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DPrimaryBouncerCallbackInteractor.kt99 fun dispatchReset() { in dispatchReset() method in com.android.systemui.bouncer.domain.interactor.PrimaryBouncerCallbackInteractor
DPrimaryBouncerInteractor.kt241 DejankUtils.postAfterTraversal { primaryBouncerCallbackInteractor.dispatchReset() } in <lambda>()