Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DInstallStart.java339 DialogFragment newDialog = createDialog(restriction); in showDialogInner() local
340 if (newDialog != null) { in showDialogInner()
342 .add(newDialog, "dialog").commitAllowingStateLoss(); in showDialogInner()
H A DPackageInstallerActivity.java199 DialogFragment newDialog = createDialog(id); in showDialogInner() local
200 if (newDialog != null) { in showDialogInner()
202 .add(newDialog, "dialog").commitAllowingStateLoss(); in showDialogInner()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthController.java1219 final AuthDialog newDialog = buildDialog( in showDialog() local
1235 if (newDialog == null) { in showDialog()
1244 + " newDialog: " + newDialog); in showDialog()
1259 mCurrentDialog = newDialog; in showDialog()