Searched refs:getCurrentDialog (Results 1 – 7 of 7) sorted by relevance
130 assertThat(mActivity.getCurrentDialog()).isNull(); in onCreate_bluetoothOff_requestDisableIntent_noDialog()141 assertThat(mActivity.getCurrentDialog()).isNotNull(); in onCreate_bluetoothOn_requestDisableIntent_startsDialog()142 assertThat(mActivity.getCurrentDialog().isShowing()).isTrue(); in onCreate_bluetoothOn_requestDisableIntent_startsDialog()153 assertThat(mActivity.getCurrentDialog()).isNotNull(); in onCreate_bluetoothOff_requestDiscoverableIntent_startsDialog()154 assertThat(mActivity.getCurrentDialog().isShowing()).isTrue(); in onCreate_bluetoothOff_requestDiscoverableIntent_startsDialog()165 assertThat(mActivity.getCurrentDialog()).isNotNull(); in onCreate_bluetoothOn_requestDiscoverableIntent_startsDialog()166 assertThat(mActivity.getCurrentDialog().isShowing()).isTrue(); in onCreate_bluetoothOn_requestDiscoverableIntent_startsDialog()177 assertThat(mActivity.getCurrentDialog()).isNotNull(); in onCreate_bluetoothOff_requestEnableIntent_startsDialog()178 assertThat(mActivity.getCurrentDialog().isShowing()).isTrue(); in onCreate_bluetoothOff_requestEnableIntent_startsDialog()189 assertThat(mActivity.getCurrentDialog()).isNull(); in onCreate_bluetoothOn_requestEnableIntent_noDialog()[all …]
103 ((MainActivity) getActivity()).getOverlayManager().getCurrentDialog(); in dismissDialog()
334 ((MainActivity) getActivity()).getOverlayManager().getCurrentDialog(); in dismissDialog()
373 return activity.getOverlayManager().getCurrentDialog() in isChannelWatchConflictDialogShown()
398 public SafeDismissDialogFragment getCurrentDialog() { in getCurrentDialog() method in TvOverlayManager862 && getCurrentDialog() == null in updateChannelBannerAndShowIfNeeded()
386 AlertDialog getCurrentDialog() { in getCurrentDialog() method in BluetoothRequestPermissionActivity
782 SafeDismissDialogFragment currentDialog = mOverlayManager.getCurrentDialog(); in getDesiredBlockScreenType()