Home
last modified time | relevance | path

Searched defs:countDownLatch (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/tests/ActivityManagerPerfTests/tests/src/com/android/frameworks/perftests/am/util/
DTargetPackageUtils.java70 final CountDownLatch countDownLatch = new CountDownLatch(1); in startTargetPackage() local
114 final CountDownLatch countDownLatch = new CountDownLatch(1); in bindAndWaitForConnectedService() local
/frameworks/base/tests/ActivityManagerPerfTests/utils/src/com/android/frameworks/perftests/am/util/
DCountDownResultReceiver.java27 public CountDownResultReceiver(CountDownLatch countDownLatch) { in CountDownResultReceiver()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserLifecycleStressTest.java92 CountDownLatch countDownLatch = new CountDownLatch(1); in stopUser() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java175 CountDownLatch countDownLatch = new CountDownLatch(1); in testInflationIsRetriedIfAsyncFails() local
261 CountDownLatch countDownLatch = new CountDownLatch(1); in runThenWaitForInflation() local
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/testables/
DTestableDeviceConfigTest.java94 CountDownLatch countDownLatch = new CountDownLatch(1); in testListener() local
/frameworks/base/core/tests/coretests/src/android/provider/
DDeviceConfigTest.java375 final CountDownLatch countDownLatch = new CountDownLatch(1); in testOnPropertiesChangedListener() local
399 CountDownLatch countDownLatch = new CountDownLatch(1); in testOnPropertyChangedListener() local
/frameworks/base/core/tests/utiltests/src/android/util/
DMemoryIntArrayTest.java267 CountDownLatch countDownLatch = new CountDownLatch(2); in testAshmemSizeMatchesMemoryIntArraySize() local
/frameworks/layoutlib/bridge/tests/src/android/util/imagepool/
DImagePoolImplTest.java53 CountDownLatch countDownLatch = new CountDownLatch(1); in testImageDispose() local
142 CountDownLatch countDownLatch = new CountDownLatch(1); in testBufferedImageReleased() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskStackChangedListenerTest.java368 void setDetachedFromWindowLatch(CountDownLatch countDownLatch) { in setDetachedFromWindowLatch()