Home
last modified time | relevance | path

Searched defs:upcomingWipe (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractorTest.kt413 fun upcomingWipe() = in <lambda>() method in com.android.systemui.authentication.domain.interactor.AuthenticationInteractorTest
415 val upcomingWipe by collectLastValue(underTest.upcomingWipe) in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractor.kt174 val upcomingWipe: Flow<AuthenticationWipeModel?> = in <lambda>() constant in com.android.systemui.authentication.domain.interactor.AuthenticationInteractor