Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlViewHolder.kt110 private var lastChallengeDialog: Dialog? = null variable in com.android.systemui.controls.ui.ControlViewHolder
111 private val onDialogCancel: () -> Unit = { lastChallengeDialog = null } in <lambda>()
199 val failedAttempt = lastChallengeDialog != null in actionResponse()
202 lastChallengeDialog = null in actionResponse()
204 lastChallengeDialog = null in actionResponse()
208 lastChallengeDialog = null in actionResponse()
212 lastChallengeDialog = ChallengeDialogs.createPinDialog( in actionResponse()
214 lastChallengeDialog?.show() in actionResponse()
217 lastChallengeDialog = ChallengeDialogs.createPinDialog( in actionResponse()
219 lastChallengeDialog?.show() in actionResponse()
[all …]