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.java111 PanelSlicesLoaderCountdownLatch mPanelSlicesLoaderCountdownLatch; field in PanelFragment
333 mPanelSlicesLoaderCountdownLatch = new PanelSlicesLoaderCountdownLatch(sliceUris.size()); in loadAllSlices()
339 mPanelSlicesLoaderCountdownLatch.markSliceLoaded(uri); in loadAllSlices()
348 if (mPanelSlicesLoaderCountdownLatch.isSliceLoaded(uri)) { in loadAllSlices()
374 mPanelSlicesLoaderCountdownLatch.markSliceLoaded(uri); in loadAllSlices()
376 mPanelSlicesLoaderCountdownLatch.markSliceLoaded(uri); in loadAllSlices()
380 mPanelSlicesLoaderCountdownLatch.markSliceLoaded(uri); in loadAllSlices()
407 if (mPanelSlicesLoaderCountdownLatch.isPanelReadyToLoad()) { in loadPanelWhenReady()
/packages/apps/Settings/tests/robotests/src/com/android/settings/panel/
DPanelFragmentTest.java111 mPanelFragment.mPanelSlicesLoaderCountdownLatch; in onCreateView_countdownLatch_setup()