/cts/tests/tests/media/src/android/media/cts/ |
D | MediaSession2ServiceTest.java | 120 final CountDownLatch latch = new CountDownLatch(1); in testOnGetSessionIsCalled() local 153 final CountDownLatch latch = new CountDownLatch(1); in testOnGetSession_returnsSession() local 241 final CountDownLatch latch = new CountDownLatch(1); in testOnGetSession_rejectsConnection() local 258 final CountDownLatch latch = new CountDownLatch(1); in testAllControllersDisconnected_oneSession() local 286 final CountDownLatch latch = new CountDownLatch(1); in testAllControllersDisconnected_multipleSessions() local 354 CountDownLatch latch = new CountDownLatch(2); in testOnUpdateNotification() local 411 CountDownLatch latch = new CountDownLatch(1); in createConnectedController() local
|
/cts/tests/AlarmManager/src/android/alarmmanager/cts/ |
D | InstantAppsTests.java | 63 final CountDownLatch latch = new CountDownLatch(1); in elapsedRealtimeAlarm() local 74 final CountDownLatch latch = new CountDownLatch(1); in rtcAlarm() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | EventSanitizationTestActivity.java | 75 final CountDownLatch latch = new CountDownLatch(1); in testNoTriggerEventsWhileUidIdle() local 119 final CountDownLatch latch = new CountDownLatch(1); in testNoOnChangeEventsWhileUidIdle() local
|
/cts/tests/app/src/android/app/cts/ |
D | WallpaperManagerTest.java | 122 CountDownLatch latch = new CountDownLatch(1); in wallpaperChangedBroadcastTest() local 147 CountDownLatch latch = new CountDownLatch(1); in wallpaperClearBroadcastTest() local 204 final CountDownLatch latch = new CountDownLatch(1); in addRemoveOnColorsChangedListenerTest_onlyInvokeAdded() local 338 final CountDownLatch latch = new CountDownLatch(expected); in verifyColorListenerInvoked() local 388 final CountDownLatch latch = new CountDownLatch(1); in verifyColorListenerInvokedClearing() local 427 CountDownLatch latch = new CountDownLatch(expectedEvents); in ensureCleanState() local
|
/cts/tests/app/app/src/android/app/stubs/ |
D | OrientationTestUtils.java | 79 final CountDownLatch latch = new CountDownLatch(1); in startObserving() local 100 final CountDownLatch latch = mLatch.get(); in onObserved() local
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContentResolverSyncTestCase.java | 99 private CountDownLatch setNewLatch(CountDownLatch latch) { in setNewLatch() 108 CountDownLatch latch = setNewLatch(new CountDownLatch(1)); in addAccountAndVerifyInitSync() local 129 CountDownLatch latch = setNewLatch(new CountDownLatch(1)); in cancelSync() local 159 CountDownLatch latch = setNewLatch(new CountDownLatch(1)); in requestSync() local
|
/cts/tests/vr/src/android/vr/cts/ |
D | RendererRefreshRateTest.java | 23 public RendererRefreshRateTest(CountDownLatch latch) { in RendererRefreshRateTest()
|
/cts/tests/sensor/src/android/hardware/cts/helpers/ |
D | TestSensorEventListener.java | 130 CountDownLatch latch = new CountDownLatch(eventCount); in getLatchForSensorEvents() local 142 CountDownLatch latch = new CountDownLatch(1); in getLatchForFlushCompleteEvent() local 278 public void waitForFlushComplete(CountDownLatch latch, in waitForFlushComplete() 305 public void waitForEvents(CountDownLatch latch, int eventCount, in waitForEvents()
|
D | TestSensorManager.java | 107 CountDownLatch latch = listener.getLatchForSensorEvents(eventCount); in registerListener() local 170 CountDownLatch latch = mTestSensorEventListener.getLatchForFlushCompleteEvent(); in requestFlush() local
|
/cts/tests/tests/assist/src/android/assist/cts/ |
D | LifecycleTest.java | 87 final AutoResetLatch latch = startSession(); in testLayerDoesNotTriggerLifecycleMethods() local 113 final AutoResetLatch latch = startSession(); in testNoUiLayerDoesNotTriggerLifecycleMethods() local
|
D | FlagSecureTest.java | 46 final AutoResetLatch latch = startSession(); in testSecureActivity() local
|
D | LargeViewHierarchyTest.java | 44 final AutoResetLatch latch = startSession(); in testTextView() local
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
D | ContactsContract_QuickContactsTest.java | 46 final CountDownLatch latch = new CountDownLatch(2); in testPrioritizedMimeTypeAndExcludedMimeTypes() local
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | RendererOneProgramTest.java | 26 public RendererOneProgramTest(CountDownLatch latch) { in RendererOneProgramTest()
|
D | RendererFourShaderTest.java | 27 public RendererFourShaderTest(CountDownLatch latch) { in RendererFourShaderTest()
|
D | RendererNineShaderTest.java | 25 public RendererNineShaderTest(CountDownLatch latch) { in RendererNineShaderTest()
|
D | RendererElevenShaderTest.java | 25 public RendererElevenShaderTest(CountDownLatch latch) { in RendererElevenShaderTest()
|
D | RendererEightShaderTest.java | 25 public RendererEightShaderTest(CountDownLatch latch) { in RendererEightShaderTest()
|
D | NativeRendererOneColorBufferTest.java | 57 public NativeRendererOneColorBufferTest(Context context, CountDownLatch latch) { in NativeRendererOneColorBufferTest() 61 public NativeRendererOneColorBufferTest(Context context, float[] color, CountDownLatch latch) { in NativeRendererOneColorBufferTest()
|
D | RendererSevenShaderTest.java | 25 public RendererSevenShaderTest(CountDownLatch latch) { in RendererSevenShaderTest()
|
D | RendererTwelveShaderTest.java | 27 public RendererTwelveShaderTest(CountDownLatch latch) { in RendererTwelveShaderTest()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | QuickContactBadgeTest.java | 52 final CountDownLatch latch = new CountDownLatch(1); in testPrioritizedMimetype() local
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | SubscriptionManagerTest.java | 349 final CountDownLatch latch = waitForNetworkCapabilities(net, caps -> { in testSubscriptionPlansOverrideUnmetered() local 358 final CountDownLatch latch = waitForNetworkCapabilities(net, caps -> { in testSubscriptionPlansOverrideUnmetered() local 393 final CountDownLatch latch = waitForNetworkCapabilities(net, caps -> { in testSubscriptionPlansUnmetered() local 402 final CountDownLatch latch = waitForNetworkCapabilities(net, caps -> { in testSubscriptionPlansUnmetered() local 770 final CountDownLatch latch = new CountDownLatch(1); in waitForNetworkCapabilities() local
|
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/ |
D | AtomTests.java | 168 CountDownLatch latch = new CountDownLatch(1); in testCameraState() local 239 CountDownLatch latch = new CountDownLatch(1); in testGpsScan() local 298 CountDownLatch latch = StatsdSyncAdapter.resetCountDownLatch(); in testSyncState() local 335 CountDownLatch latch = StatsdJobService.resetCountDownLatch(); in testScheduledJob() local 364 CountDownLatch latch = new CountDownLatch(NUM_THREADS); in testWakelockLoad() local 514 int maxWaitTimeMs, CountDownLatch latch, BroadcastReceiver receiver) { in waitForReceiver()
|
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/ |
D | DirectActionsTest.java | 142 final CountDownLatch latch = new CountDownLatch(1); in startVoiceInteractionSession() local 203 final CountDownLatch latch = new CountDownLatch(1); in executeCommand() local 241 final CountDownLatch latch = new CountDownLatch(1); in startActivity() local 296 final CountDownLatch latch = new CountDownLatch(1); in executeRemoteCommand() local
|