Home
last modified time | relevance | path

Searched refs:markSliceLoaded (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/panel/
DPanelSlicesLoaderCountdownLatchTest.java58 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()
DPanelFragmentTest.java108 countdownLatch.markSliceLoaded(sliecUri); in onCreateView_countdownLatch_setup()
/packages/apps/Settings/src/com/android/settings/panel/
DPanelFragment.java287 mPanelSlicesLoaderCountdownLatch.markSliceLoaded(uri); in loadAllSlices()
317 mPanelSlicesLoaderCountdownLatch.markSliceLoaded(uri); in loadAllSlices()
319 mPanelSlicesLoaderCountdownLatch.markSliceLoaded(uri); in loadAllSlices()
323 mPanelSlicesLoaderCountdownLatch.markSliceLoaded(uri); in loadAllSlices()
DPanelSlicesLoaderCountdownLatch.java54 public void markSliceLoaded(Uri sliceUri) { in markSliceLoaded() method in PanelSlicesLoaderCountdownLatch