Home
last modified time | relevance | path

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

/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/install/
DRequestThrottleTest.kt108 latchForEndRequest.awaitForTest() in scheduleWhileRunning()
115 latchForStartRequest.awaitForTest() in scheduleWhileRunning()
195 barrierForEndRequest.awaitForTest() in forceWriteNowWithoutSync()
210 private fun CountDownLatch.awaitForTest() = assertThat(await(5, TimeUnit.SECONDS)).isTrue() in CountDownLatch() method in com.android.server.pm.test.install.RequestThrottleTest
211 private fun CyclicBarrier.awaitForTest() = await(5, TimeUnit.SECONDS) in CountDownLatch() method in com.android.server.pm.test.install.RequestThrottleTest