Home
last modified time | relevance | path

Searched refs:messageIdForAlmostWipe (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/shared/model/
DAuthenticationWipeModel.kt41 @StringRes val messageIdForAlmostWipe: Int, constant in com.android.systemui.authentication.shared.model.AuthenticationWipeModel.WipeTarget
47 messageIdForAlmostWipe = R.string.kg_failed_attempts_almost_at_erase_profile,
54 messageIdForAlmostWipe = R.string.kg_failed_attempts_almost_at_erase_user,
61 messageIdForAlmostWipe = R.string.kg_failed_attempts_almost_at_wipe,
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
DBouncerViewModel.kt320 wipeTarget.messageIdForAlmostWipe, in <lambda>()