Searched refs:markSliceLoaded (Results 1 – 4 of 4) sorted by relevance
58 mSliceCountdownLatch.markSliceLoaded(URIS[0]); in hasLoaded_markSliceLoaded_returnsTrue()66 mSliceCountdownLatch.markSliceLoaded(URIS[0]); in markSliceLoaded_onlyCountsDownUniqueUris()75 mSliceCountdownLatch.markSliceLoaded(URIS[i]); in areSlicesReadyToLoad_allSlicesLoaded_returnsTrue()84 mSliceCountdownLatch.markSliceLoaded(URIS[i]); in areSlicesReadyToLoad_onlyReturnsTrueOnce()
87 countdownLatch.markSliceLoaded(sliecUri); in onCreateView_countdownLatch_setup()
245 mPanelSlicesLoaderCountdownLatch.markSliceLoaded(uri); in loadAllSlices()247 mPanelSlicesLoaderCountdownLatch.markSliceLoaded(uri); in loadAllSlices()251 mPanelSlicesLoaderCountdownLatch.markSliceLoaded(uri); in loadAllSlices()
54 public void markSliceLoaded(Uri sliceUri) { in markSliceLoaded() method in PanelSlicesLoaderCountdownLatch