Searched refs:mCurrentDialog (Results 1 – 3 of 3) sorted by relevance
222 private SafeDismissDialogFragment mCurrentDialog; field in TvOverlayManager387 return mCurrentDialog; in getCurrentDialog()468 if (mCurrentDialog != null) { in showDialogFragment()474 mCurrentDialog = dialog; in showDialogFragment()667 mCurrentDialog = null; in onDialogDestroyed()724 if (mCurrentDialog != null) { in hideOverlays()725 if (mCurrentDialog instanceof PinDialogFragment) { in hideOverlays()728 ((PinDialogFragment) mCurrentDialog).dismissSilently(); in hideOverlays()730 mCurrentDialog.dismiss(); in hideOverlays()734 mCurrentDialog = null; in hideOverlays()[all …]
84 private int mCurrentDialog; field in BluetoothPbapActivity115 mCurrentDialog = DIALOG_YES_NO_AUTH; in onCreate()174 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onPositive()185 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onNegative()215 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onClick()231 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onTimeout()
195 private DialogInterface mCurrentDialog = null; field in FilterShowActivity733 mCurrentDialog = dialog; in onShow()738 mCurrentDialog = null; in onDismiss()1264 if (mCurrentDialog != null) { in onConfigurationChanged()1265 mCurrentDialog.dismiss(); in onConfigurationChanged()1266 mCurrentDialog = null; in onConfigurationChanged()