Searched refs:mCurrentDialog (Results 1 – 3 of 3) sorted by relevance
84 private int mCurrentDialog; field in BluetoothPbapActivity114 mCurrentDialog = DIALOG_YES_NO_AUTH; in onCreate()172 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onPositive()183 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onNegative()205 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onClick()221 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onTimeout()
209 private SafeDismissDialogFragment mCurrentDialog; field in TvOverlayManager385 return mCurrentDialog; in getCurrentDialog()457 if (mCurrentDialog != null) { in showDialogFragment()463 mCurrentDialog = dialog; in showDialogFragment()648 mCurrentDialog = null; in onDialogDestroyed()699 if (mCurrentDialog != null) { in hideOverlays()700 if (mCurrentDialog instanceof PinDialogFragment) { in hideOverlays()703 ((PinDialogFragment) mCurrentDialog).dismissSilently(); in hideOverlays()705 mCurrentDialog.dismiss(); in hideOverlays()709 mCurrentDialog = null; in hideOverlays()[all …]
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()