Searched refs:getCurrentDialog (Results 1 – 7 of 7) sorted by relevance
170 assertThat(mActivity.getCurrentDialog()).isNull(); in onCreate_requestDiscoverableIntent_bypassforSetup_turningOn_noDialog()229 assertThat(mActivity.getCurrentDialog()).isNull(); in onCreate_bluetoothOff_requestDisableIntent_noDialog()239 assertThat(mActivity.getCurrentDialog()).isNotNull(); in onCreate_bluetoothOn_requestDisableIntent_startsDialog()240 assertThat(mActivity.getCurrentDialog().isShowing()).isTrue(); in onCreate_bluetoothOn_requestDisableIntent_startsDialog()250 assertThat(mActivity.getCurrentDialog()).isNotNull(); in onCreate_bluetoothOff_requestDiscoverableIntent_startsDialog()251 assertThat(mActivity.getCurrentDialog().isShowing()).isTrue(); in onCreate_bluetoothOff_requestDiscoverableIntent_startsDialog()261 assertThat(mActivity.getCurrentDialog()).isNotNull(); in onCreate_bluetoothOn_requestDiscoverableIntent_startsDialog()262 assertThat(mActivity.getCurrentDialog().isShowing()).isTrue(); in onCreate_bluetoothOn_requestDiscoverableIntent_startsDialog()272 assertThat(mActivity.getCurrentDialog()).isNotNull(); in onCreate_bluetoothOff_requestEnableIntent_startsDialog()273 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()
403 public SafeDismissDialogFragment getCurrentDialog() { in getCurrentDialog() method in TvOverlayManager867 && getCurrentDialog() == null in updateChannelBannerAndShowIfNeeded()
457 AlertDialog getCurrentDialog() { in getCurrentDialog() method in BluetoothRequestPermissionActivity
825 SafeDismissDialogFragment currentDialog = mOverlayManager.getCurrentDialog(); in getDesiredBlockScreenType()