Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DBiometricDialogImpl.java219 BiometricDialogView newDialog; in handleShowDialog() local
221 newDialog = new FingerprintDialogView(mContext, mCallback); in handleShowDialog()
223 newDialog = new FaceDialogView(mContext, mCallback); in handleShowDialog()
232 + " newDialog: " + newDialog in handleShowDialog()
238 newDialog.restoreState(savedState); in handleShowDialog()
248 newDialog.setBundle((Bundle) args.arg1); in handleShowDialog()
249 newDialog.setRequireConfirmation((boolean) args.arg3); in handleShowDialog()
250 newDialog.setUserId(args.argi2); in handleShowDialog()
251 newDialog.setSkipIntro(skipAnimation); in handleShowDialog()
252 mCurrentDialog = newDialog; in handleShowDialog()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstallerActivity.java152 DialogFragment newDialog = createDialog(id); in showDialogInner() local
153 if (newDialog != null) { in showDialogInner()
154 newDialog.showAllowingStateLoss(getFragmentManager(), "dialog"); in showDialogInner()