Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/shared/model/
DAuthenticationWipeModel.kt29 val wipeTarget: WipeTarget, constant in com.android.systemui.authentication.shared.model.AuthenticationWipeModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
DBouncerViewModel.kt320 wipeTarget.messageIdForAlmostWipe, in <lambda>()
324 return if (wipeTarget == AuthenticationWipeModel.WipeTarget.ManagedProfile) { in <lambda>()
342 val message = applicationContext.getString(wipeTarget.messageIdForWipe, failedAttempts) in <lambda>()
343 return if (wipeTarget == AuthenticationWipeModel.WipeTarget.ManagedProfile) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractor.kt183 wipeTarget = getWipeTarget(), in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractorTest.kt456 wipeTarget = AuthenticationWipeModel.WipeTarget.WholeDevice, in <lambda>()