Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/shared/model/
DAuthenticationWipeModel.kt42 @StringRes val messageIdForWipe: Int, constant in com.android.systemui.authentication.shared.model.AuthenticationWipeModel.WipeTarget
48 messageIdForWipe = R.string.kg_failed_attempts_now_erasing_profile,
55 messageIdForWipe = R.string.kg_failed_attempts_now_erasing_user,
62 messageIdForWipe = R.string.kg_failed_attempts_now_wiping,
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
DBouncerViewModel.kt342 val message = applicationContext.getString(wipeTarget.messageIdForWipe, failedAttempts) in <lambda>()