Searched refs:mCurrentDialog (Results 1 – 3 of 3) sorted by relevance
71 @VisibleForTesting int mCurrentDialog; field in BluetoothPbapActivity104 mCurrentDialog = DIALOG_YES_NO_AUTH; in onCreate()167 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onPositive()172 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onPositive()186 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onNegative()207 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onTimeout()
221 private SafeDismissDialogFragment mCurrentDialog; field in TvOverlayManager404 return mCurrentDialog; in getCurrentDialog()476 if (mCurrentDialog != null) { in showDialogFragment()482 mCurrentDialog = dialog; in showDialogFragment()667 mCurrentDialog = null; in onDialogDestroyed()718 if (mCurrentDialog != null) { in hideOverlays()719 if (mCurrentDialog instanceof PinDialogFragment) { in hideOverlays()722 ((PinDialogFragment) mCurrentDialog).dismissSilently(); in hideOverlays()724 mCurrentDialog.dismiss(); in hideOverlays()728 mCurrentDialog = null; in hideOverlays()[all …]
193 private DialogInterface mCurrentDialog = null; field in FilterShowActivity731 mCurrentDialog = dialog; in onShow()736 mCurrentDialog = null; in onDismiss()1259 if (mCurrentDialog != null) { in onConfigurationChanged()1260 mCurrentDialog.dismiss(); in onConfigurationChanged()1261 mCurrentDialog = null; in onConfigurationChanged()