Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
DPinInputDisplay.kt265 var errorDialog: Dialog? by remember { mutableStateOf(null) } in SimArea() variable
298 errorDialog = in SimArea()
305 errorDialog?.hide() in SimArea()
306 errorDialog = null in SimArea()
310 errorDialog?.hide() in SimArea()
311 errorDialog = null in SimArea()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/ui/
DUninstallLaunch.kt96 val errorDialog = UninstallErrorFragment(aborted) in <lambda>() constant
97 showDialogInner(errorDialog) in <lambda>()