Searched refs:isPanelReadyToLoad (Results 1 – 4 of 4) sorted by relevance
69 assertThat(mSliceCountdownLatch.isPanelReadyToLoad()).isFalse(); in markSliceLoaded_onlyCountsDownUniqueUris()78 assertThat(mSliceCountdownLatch.isPanelReadyToLoad()).isTrue(); in areSlicesReadyToLoad_allSlicesLoaded_returnsTrue()88 assertThat(mSliceCountdownLatch.isPanelReadyToLoad()).isTrue(); in areSlicesReadyToLoad_onlyReturnsTrueOnce()90 assertThat(mSliceCountdownLatch.isPanelReadyToLoad()).isFalse(); in areSlicesReadyToLoad_onlyReturnsTrueOnce()
90 assertThat(countdownLatch.isPanelReadyToLoad()).isTrue(); in onCreateView_countdownLatch_setup()
72 public boolean isPanelReadyToLoad() { in isPanelReadyToLoad() method in PanelSlicesLoaderCountdownLatch
269 if (mPanelSlicesLoaderCountdownLatch.isPanelReadyToLoad()) { in loadPanelWhenReady()