Searched refs:getCurrentDialog (Results 1 – 7 of 7) sorted by relevance
147 assertThat(mActivity.getCurrentDialog()).isNull(); in onCreate_requestDiscoverableIntent_bypassforSetup_turningOn_noDialog()219 assertThat(mActivity.getCurrentDialog()).isNull(); in onCreate_bluetoothOff_requestDisableIntent_noDialog()230 assertThat(mActivity.getCurrentDialog()).isNotNull(); in onCreate_bluetoothOn_requestDisableIntent_startsDialog()231 assertThat(mActivity.getCurrentDialog().isShowing()).isTrue(); in onCreate_bluetoothOn_requestDisableIntent_startsDialog()242 assertThat(mActivity.getCurrentDialog()).isNotNull(); in onCreate_bluetoothOff_requestDiscoverableIntent_startsDialog()243 assertThat(mActivity.getCurrentDialog().isShowing()).isTrue(); in onCreate_bluetoothOff_requestDiscoverableIntent_startsDialog()254 assertThat(mActivity.getCurrentDialog()).isNotNull(); in onCreate_bluetoothOn_requestDiscoverableIntent_startsDialog()255 assertThat(mActivity.getCurrentDialog().isShowing()).isTrue(); in onCreate_bluetoothOn_requestDiscoverableIntent_startsDialog()266 assertThat(mActivity.getCurrentDialog()).isNotNull(); in onCreate_bluetoothOff_requestEnableIntent_startsDialog()267 assertThat(mActivity.getCurrentDialog().isShowing()).isTrue(); in onCreate_bluetoothOff_requestEnableIntent_startsDialog()[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()
446 AlertDialog getCurrentDialog() { in getCurrentDialog() method in BluetoothRequestPermissionActivity
787 SafeDismissDialogFragment currentDialog = mOverlayManager.getCurrentDialog(); in getDesiredBlockScreenType()