Home
last modified time | relevance | path

Searched refs:mPanelSlicesLoaderCountdownLatch (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/panel/
DPanelFragment.java104 PanelSlicesLoaderCountdownLatch mPanelSlicesLoaderCountdownLatch; field in PanelFragment
281 mPanelSlicesLoaderCountdownLatch = new PanelSlicesLoaderCountdownLatch(sliceUris.size()); in loadAllSlices()
287 mPanelSlicesLoaderCountdownLatch.markSliceLoaded(uri); in loadAllSlices()
295 if (mPanelSlicesLoaderCountdownLatch.isSliceLoaded(uri)) { in loadAllSlices()
317 mPanelSlicesLoaderCountdownLatch.markSliceLoaded(uri); in loadAllSlices()
319 mPanelSlicesLoaderCountdownLatch.markSliceLoaded(uri); in loadAllSlices()
323 mPanelSlicesLoaderCountdownLatch.markSliceLoaded(uri); in loadAllSlices()
350 if (mPanelSlicesLoaderCountdownLatch.isPanelReadyToLoad()) { in loadPanelWhenReady()
/packages/apps/Settings/tests/robotests/src/com/android/settings/panel/
DPanelFragmentTest.java106 mPanelFragment.mPanelSlicesLoaderCountdownLatch; in onCreateView_countdownLatch_setup()