Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlViewHolder.kt111 private val onDialogCancel: () -> Unit = { lastChallengeDialog = null } in <lambda>() constant in com.android.systemui.controls.ui.ControlViewHolder
213 this, false /* useAlphanumeric */, failedAttempt, onDialogCancel) in actionResponse()
218 this, true /* useAlphanumeric */, failedAttempt, onDialogCancel) in actionResponse()
223 this, onDialogCancel) in actionResponse()