Home
last modified time | relevance | path

Searched defs:statusLatch (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/cts/tests/ondeviceintelligence/src/android/ondeviceintelligence/cts/
H A DOnDeviceIntelligenceManagerTest.java391 CountDownLatch statusLatch = new CountDownLatch(1); in resultPopulatedWhenAttemptingGetFeature() local
415 CountDownLatch statusLatch = new CountDownLatch(1); in resultPopulatedWhenAttemptingGetFeatureDetails() local
446 CountDownLatch statusLatch = new CountDownLatch(1); in resultPopulatedWhenAttemptingGetVersion() local
463 CountDownLatch statusLatch = new CountDownLatch(3); in resultPopulatedWhenAttemptingRequestFeatureDownload() local
522 CountDownLatch statusLatch = new CountDownLatch(1); in resultPopulatedWhenRequestTokenInfo() local
562 CountDownLatch statusLatch = new CountDownLatch(1); in resultPopulatedWhenAttemptingProcessRequest() local
587 CountDownLatch statusLatch = new CountDownLatch(1); in resultPopulatedWhenAttemptingProcessRequestStreaming() local
622 CountDownLatch statusLatch = new CountDownLatch(1); in exceptionPopulatedWhenAttemptingProcessRequest() local
693 CountDownLatch statusLatch = new CountDownLatch(2); in cancellationPropagatedWhenInvokedDuringRequest() local
731 CountDownLatch statusLatch = new CountDownLatch(1); in cancellationPropagatedWhenInvokedBeforeMakingRequest() local
[all …]
H A DBundleValidationTest.java124 CountDownLatch statusLatch = new CountDownLatch(1); in canSendAndReceiveCustomParcelables() local
153 CountDownLatch statusLatch = new CountDownLatch(1); in canSendReadOnlyPfds() local
190 CountDownLatch statusLatch = new CountDownLatch(1); in canSendPersistableBundleOrPrimitives() local
215 CountDownLatch statusLatch = new CountDownLatch(1); in canSendNestedBundleWithSameConstraints() local
242 CountDownLatch statusLatch = new CountDownLatch(1); in canSendImmutableBitmap() local
290 CountDownLatch statusLatch = new CountDownLatch(1); in shouldIgnoreCustomParcelableWhenRequestHasFds() local
/aosp_15_r20/cts/tests/framework/base/preferenceservice/src/android.service.settings.preferences/
H A DSettingsPreferenceServiceClientTest.kt82 val statusLatch = CountDownLatch(1) in <lambda>() constant
99 val statusLatch = CountDownLatch(1) in <lambda>() constant
117 val statusLatch = CountDownLatch(1) in <lambda>() constant
135 val statusLatch = CountDownLatch(1) in <lambda>() constant
160 val statusLatch = CountDownLatch(1) in <lambda>() constant
/aosp_15_r20/cts/tests/wearable/src/android/wearable/cts/
H A DWearableSensingManagerTest.java331 CountDownLatch statusLatch = new CountDownLatch(1); in registerDataRequestObserver_defaultWssImpl_receivesUnsupportedOperationStatus() local
355 CountDownLatch statusLatch = new CountDownLatch(1); in registerDataRequestObserver_withPermission_success() local
436 CountDownLatch statusLatch = new CountDownLatch(1); in unregisterDataRequestObserver_defaultWssImpl_receivesUnsupportedOperationStatus() local
485 CountDownLatch statusLatch = new CountDownLatch(1); in unregisterDataRequestObserver_withPermission_receivesSuccessStatus() local
528 CountDownLatch statusLatch = new CountDownLatch(1); in stopHotwordRecognition_defaultWssImpl_receivesUnsupportedOperationStatus() local
H A DWearableSensingManagerIsolatedServiceTest.java389 CountDownLatch statusLatch = new CountDownLatch(1); in provideConnection_wearableStreamClosedThenSendDataFromWss_restartWssProcess() local
/aosp_15_r20/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
H A DHotwordDetectionServiceBasicTest.java995 CountDownLatch statusLatch = new CountDownLatch(1); in testHotwordDetectionService_onDetectFromWearableWithAudioEgress() local
1030 CountDownLatch statusLatch = new CountDownLatch(1); in testHotwordDetectionService_onDetectFromWearable_doesNotNoteRecordAudioOp() local
1064 CountDownLatch statusLatch = new CountDownLatch(1); in testHotwordDetectionService_onRejectWearableHotword_notifiesWearable() local
1091 CountDownLatch statusLatch = new CountDownLatch(1); in testHotwordDetectionService_receivesOptionsFromWearable() local
1126 CountDownLatch statusLatch = new CountDownLatch(1); in testHotwordDetectionService_wearableHotwordWithWrongVisComponent_notifiesWearable() local
1161 CountDownLatch statusLatch = new CountDownLatch(1); in testHotwordDetectionService_closePipeInWearableHotwordResult_notifiesWearable() local
/aosp_15_r20/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
H A DContextHubReliableMessageTestExecutor.java191 CountDownLatch statusLatch = new CountDownLatch(numMessages); in messageToNanoappTest() local
/aosp_15_r20/cts/tests/tests/mediatranscoding/src/android/media/mediatranscoding/cts/
H A DMediaTranscodingManagerTest.java682 final CountDownLatch statusLatch = new CountDownLatch(1); in testCancelTranscoding() local