Searched refs:mCurrentDialog (Results 1 – 4 of 4) sorted by relevance
82 private int mCurrentDialog; field in BluetoothPbapActivity110 mCurrentDialog = DIALOG_YES_NO_AUTH; in onCreate()164 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onPositive()175 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onNegative()197 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onClick()213 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onTimeout()
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 …]
53 private AlertDialog mCurrentDialog; field in AddFavoriteFragment76 mCurrentDialog = new AlertDialogBuilder(getContext()) in onCreate()141 mCurrentDialog.dismiss(); in onShowContactDetail()148 mCurrentDialog.dismiss(); in onShowContactDetail()151 mCurrentDialog.show(); in onShowContactDetail()
193 private DialogInterface mCurrentDialog = null; field in FilterShowActivity729 mCurrentDialog = dialog; in onShow()734 mCurrentDialog = null; in onDismiss()1260 if (mCurrentDialog != null) { in onConfigurationChanged()1261 mCurrentDialog.dismiss(); in onConfigurationChanged()1262 mCurrentDialog = null; in onConfigurationChanged()