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 …]
52 private AlertDialog mCurrentDialog; field in AddFavoriteFragment75 mCurrentDialog = new AlertDialogBuilder(getContext()) in onCreate()140 mCurrentDialog.dismiss(); in onShowContactDetail()147 mCurrentDialog.dismiss(); in onShowContactDetail()150 mCurrentDialog.show(); in onShowContactDetail()
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()