Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractor.kt30 import com.android.systemui.authentication.shared.model.AuthenticationWipeModel in <lambda>()
31 import com.android.systemui.authentication.shared.model.AuthenticationWipeModel.WipeTarget in <lambda>()
167 val upcomingWipe: Flow<AuthenticationWipeModel?> = in <lambda>()
182 AuthenticationWipeModel( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
DBouncerViewModel.kt34 import com.android.systemui.authentication.shared.model.AuthenticationWipeModel in <lambda>()
317 private fun AuthenticationWipeModel.getAlmostAtWipeMessage(): String { in <lambda>() method
324 return if (wipeTarget == AuthenticationWipeModel.WipeTarget.ManagedProfile) { in <lambda>()
341 private fun AuthenticationWipeModel.getWipeMessage(): String { in <lambda>() method
343 return if (wipeTarget == AuthenticationWipeModel.WipeTarget.ManagedProfile) { in <lambda>()
356 private val AuthenticationWipeModel.message: String in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/shared/model/
DAuthenticationWipeModel.kt27 data class AuthenticationWipeModel( class
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractorTest.kt33 import com.android.systemui.authentication.shared.model.AuthenticationWipeModel in <lambda>()
455 AuthenticationWipeModel( in <lambda>()
456 wipeTarget = AuthenticationWipeModel.WipeTarget.WholeDevice, in <lambda>()