Home
last modified time | relevance | path

Searched refs:WholeDevice (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/shared/model/
DAuthenticationWipeModel.kt59 data object WholeDevice : object in com.android.systemui.authentication.shared.model.AuthenticationWipeModel.WipeTarget
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractor.kt301 WipeTarget.WholeDevice in <lambda>()
307 UserHandle.USER_NULL -> WipeTarget.WholeDevice in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractorTest.kt456 wipeTarget = AuthenticationWipeModel.WipeTarget.WholeDevice, in <lambda>()