Searched refs:mBlockerController (Results 1 – 2 of 2) sorted by relevance
345 mTestFragment.mBlockerController = new UiBlockerController(Arrays.asList("pref_key")); in updatePreferenceVisibility_prefKeyNull_shouldNotCrash()361 mTestFragment.mBlockerController = null; in checkUiBlocker_noUiBlocker_controllerIsNull()366 assertThat(mTestFragment.mBlockerController).isNull(); in checkUiBlocker_noUiBlocker_controllerIsNull()374 mTestFragment.mBlockerController = null; in checkUiBlocker_hasUiBlockerAndControllerIsAvailable_controllerNotNull()380 assertThat(mTestFragment.mBlockerController).isNotNull(); in checkUiBlocker_hasUiBlockerAndControllerIsAvailable_controllerNotNull()385 mTestFragment.mBlockerController = null; in checkUiBlocker_hasUiBlockerAndControllerIsNotAvailable_controllerIsNull()391 assertThat(mTestFragment.mBlockerController).isNull(); in checkUiBlocker_hasUiBlockerAndControllerIsNotAvailable_controllerIsNull()
87 UiBlockerController mBlockerController; field in DashboardFragment155 mBlockerController = new UiBlockerController(keys); in checkUiBlocker()156 mBlockerController.start(() -> { in checkUiBlocker()474 if (screen == null || preferenceControllers == null || mBlockerController == null) { in updatePreferenceVisibility()478 final boolean visible = mBlockerController.isBlockerFinished(); in updatePreferenceVisibility()610 mBlockerController.countDown(controller.getPreferenceKey()); in onBlockerWorkFinished()611 controller.setUiBlockerFinished(mBlockerController.isBlockerFinished()); in onBlockerWorkFinished()