Home
last modified time | relevance | path

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

/cts/tests/ondeviceintelligence/src/android/ondeviceintelligence/cts/
DOnDeviceIntelligenceManagerTest.java345 CountDownLatch statusLatch = new CountDownLatch(1); in resultPopulatedWhenAttemptingGetFeature() local
369 CountDownLatch statusLatch = new CountDownLatch(1); in resultPopulatedWhenAttemptingGetFeatureDetails() local
400 CountDownLatch statusLatch = new CountDownLatch(1); in resultPopulatedWhenAttemptingGetVersion() local
417 CountDownLatch statusLatch = new CountDownLatch(3); in resultPopulatedWhenAttemptingRequestFeatureDownload() local
476 CountDownLatch statusLatch = new CountDownLatch(1); in resultPopulatedWhenRequestTokenInfo() local
516 CountDownLatch statusLatch = new CountDownLatch(1); in resultPopulatedWhenAttemptingProcessRequest() local
541 CountDownLatch statusLatch = new CountDownLatch(1); in resultPopulatedWhenAttemptingProcessRequestStreaming() local
576 CountDownLatch statusLatch = new CountDownLatch(1); in exceptionPopulatedWhenAttemptingProcessRequest() local
647 CountDownLatch statusLatch = new CountDownLatch(2); in cancellationPropagatedWhenInvokedDuringRequest() local
685 CountDownLatch statusLatch = new CountDownLatch(1); in cancellationPropagatedWhenInvokedBeforeMakingRequest() local
[all …]
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
/cts/tests/wearable/src/android/wearable/cts/
DWearableSensingManagerTest.java245 CountDownLatch statusLatch = new CountDownLatch(1); in registerDataRequestObserver_defaultWssImpl_receivesUnsupportedOperationStatus() local
270 CountDownLatch statusLatch = new CountDownLatch(1); in registerDataRequestObserver_withPermission_success() local
357 CountDownLatch statusLatch = new CountDownLatch(1); in unregisterDataRequestObserver_defaultWssImpl_receivesUnsupportedOperationStatus() local
408 CountDownLatch statusLatch = new CountDownLatch(1); in unregisterDataRequestObserver_withPermission_receivesSuccessStatus() local
454 CountDownLatch statusLatch = new CountDownLatch(1); in stopHotwordRecognition_defaultWssImpl_receivesUnsupportedOperationStatus() local
DWearableSensingManagerIsolatedServiceTest.java295 CountDownLatch statusLatch = new CountDownLatch(1); in provideConnection_wearableStreamClosedThenSendDataFromWss_restartWssProcess() local
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceBasicTest.java992 CountDownLatch statusLatch = new CountDownLatch(1); in testHotwordDetectionService_onDetectFromWearableWithAudioEgress() local
1027 CountDownLatch statusLatch = new CountDownLatch(1); in testHotwordDetectionService_onDetectFromWearable_doesNotNoteRecordAudioOp() local
1061 CountDownLatch statusLatch = new CountDownLatch(1); in testHotwordDetectionService_onRejectWearableHotword_notifiesWearable() local
1088 CountDownLatch statusLatch = new CountDownLatch(1); in testHotwordDetectionService_receivesOptionsFromWearable() local
1123 CountDownLatch statusLatch = new CountDownLatch(1); in testHotwordDetectionService_wearableHotwordWithWrongVisComponent_notifiesWearable() local
1158 CountDownLatch statusLatch = new CountDownLatch(1); in testHotwordDetectionService_closePipeInWearableHotwordResult_notifiesWearable() local
/cts/tests/tests/mediatranscoding/src/android/media/mediatranscoding/cts/
DMediaTranscodingManagerTest.java676 final CountDownLatch statusLatch = new CountDownLatch(1); in testCancelTranscoding() local