Searched refs:newDialog (Results 1 – 2 of 2) sorted by relevance
219 BiometricDialogView newDialog; in handleShowDialog() local221 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()
152 DialogFragment newDialog = createDialog(id); in showDialogInner() local153 if (newDialog != null) { in showDialogInner()154 newDialog.showAllowingStateLoss(getFragmentManager(), "dialog"); in showDialogInner()