Searched refs:mCurrentDialog (Results 1 – 4 of 4) sorted by relevance
83 private int mCurrentDialog; field in BluetoothPbapActivity113 mCurrentDialog = DIALOG_YES_NO_AUTH; in onCreate()168 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onPositive()173 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onPositive()184 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onNegative()204 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onTimeout()
56 private AlertDialog mCurrentDialog; field in AddFavoriteFragment78 mCurrentDialog = new AlertDialogBuilder(getContext()) in onCreate()143 mCurrentDialog.dismiss(); in onShowContactDetail()150 mCurrentDialog.dismiss(); in onShowContactDetail()153 mCurrentDialog.show(); in onShowContactDetail()
217 private SafeDismissDialogFragment mCurrentDialog; field in TvOverlayManager399 return mCurrentDialog; in getCurrentDialog()471 if (mCurrentDialog != null) { in showDialogFragment()477 mCurrentDialog = dialog; in showDialogFragment()662 mCurrentDialog = null; in onDialogDestroyed()713 if (mCurrentDialog != null) { in hideOverlays()714 if (mCurrentDialog instanceof PinDialogFragment) { in hideOverlays()717 ((PinDialogFragment) mCurrentDialog).dismissSilently(); in hideOverlays()719 mCurrentDialog.dismiss(); in hideOverlays()723 mCurrentDialog = null; in hideOverlays()[all …]
193 private DialogInterface mCurrentDialog = null; field in FilterShowActivity731 mCurrentDialog = dialog; in onShow()736 mCurrentDialog = null; in onDismiss()1263 if (mCurrentDialog != null) { in onConfigurationChanged()1264 mCurrentDialog.dismiss(); in onConfigurationChanged()1265 mCurrentDialog = null; in onConfigurationChanged()