Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/endtoends/src/com/android/adservices/measurement/
DMeasurementManagerTest.java137 CountDownLatch countDownLatch = new CountDownLatch(1); in testRegisterSource_callingApp_expectedAttributionSource() local
179 CountDownLatch countDownLatch = new CountDownLatch(1); in testRegisterSource_adIdEnabled_register() local
217 CountDownLatch countDownLatch = new CountDownLatch(1); in testRegisterSource_adIdZeroOut_register() local
254 CountDownLatch countDownLatch = new CountDownLatch(1); in testRegisterSource_adIdDisabled_register() local
292 CountDownLatch countDownLatch = new CountDownLatch(1); in testRegisterSource_adIdTimeOut_register() local
370 CountDownLatch countDownLatch = new CountDownLatch(1); in testRegisterSource_callingSdk_expectedAttributionSource() local
436 CountDownLatch countDownLatch = new CountDownLatch(1); in testRegisterWebSource_callingApp_expectedAttributionSource() local
463 CountDownLatch countDownLatch = new CountDownLatch(1); in testRegisterWebSource_callingSdk_expectedAttributionSource() local
513 CountDownLatch countDownLatch = new CountDownLatch(1); in testRegisterWebSource_adIdEnabled_register() local
550 CountDownLatch countDownLatch = new CountDownLatch(1); in testRegisterWebSource_adIdZeroOut_register() local
[all …]
/packages/modules/Uwb/tests/cts/tests/src/android/uwb/cts/
DUwbManagerTest.java132 CountDownLatch countDownLatch = new CountDownLatch(1); in setUwbEnabledAndWaitForCompletion() local
401 AdfProvisionStateCallback(@NonNull CountDownLatch countDownLatch) { in AdfProvisionStateCallback()
421 CountDownLatch countDownLatch = new CountDownLatch(1); in testProvisionProfileAdfByScriptWithoutUwbPrivileged() local
593 public void replaceCtrlCountDownLatch(@NonNull CountDownLatch countDownLatch) { in replaceCtrlCountDownLatch()
597 public void replaceResultCountDownLatch(@NonNull CountDownLatch countDownLatch) { in replaceResultCountDownLatch()
723 CountDownLatch countDownLatch = new CountDownLatch(1); in testOpenRangingSessionWithInvalidChipId() local
744 CountDownLatch countDownLatch = new CountDownLatch(1); in testOpenRangingSessionWithChipIdWithBadParams() local
772 CountDownLatch countDownLatch = new CountDownLatch(1); in testOpenRangingSessionWithInvalidChipIdWithBadParams() local
998 CountDownLatch countDownLatch = new CountDownLatch(1); in verifyFiraRangingSession() local
1444 AdapterStateCallback(@NonNull CountDownLatch countDownLatch, in AdapterStateCallback()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/attribution/
DAttributionFallbackJobServiceTest.java337 CountDownLatch countDownLatch = new CountDownLatch(1); in onStartJob_killSwitchOn() local
362 CountDownLatch countDownLatch = new CountDownLatch(1); in onStartJob_killSwitchOff() local
393 CountDownLatch countDownLatch = new CountDownLatch(1); in onStartJob_shouldDisableJobTrue() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java218 SoftApCallbackProxy(PrintWriter printWriter, CountDownLatch countDownLatch) { in SoftApCallbackProxy()
271 DppCallbackProxy(PrintWriter printWriter, CountDownLatch countDownLatch) { in DppCallbackProxy()
380 public WifiScorer(WifiServiceImpl wifiService, CountDownLatch countDownLatch) { in WifiScorer()
754 CountDownLatch countDownLatch = new CountDownLatch(2); in onCommand() local
795 CountDownLatch countDownLatch = new CountDownLatch(1); in onCommand() local
934 CountDownLatch countDownLatch = new CountDownLatch(1); in onCommand() local
956 CountDownLatch countDownLatch = new CountDownLatch(1); in onCommand() local
979 CountDownLatch countDownLatch = new CountDownLatch(1); in onCommand() local
1225 CountDownLatch countDownLatch = new CountDownLatch(2); in onCommand() local
1729 CountDownLatch countDownLatch = new CountDownLatch(1); in onCommand() local
[all …]
DWifiServiceImpl.java3891 final CountDownLatch countDownLatch = new CountDownLatch(1); in triggerConnectAndReturnStatus() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/
DEpochJobServiceTest.java222 CountDownLatch countDownLatch = new CountDownLatch(1); in testOnStartJob_globalKillSwitchOverridesAll() local
417 CountDownLatch countDownLatch = new CountDownLatch(1); in testOnStartJob_killSwitchOff() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DMeasurementServiceImplTest.java157 final CountDownLatch countDownLatch = new CountDownLatch(1); in registerSourceAndAssertFailure() local
262 final CountDownLatch countDownLatch = new CountDownLatch(1); in registerTriggerAndAssertFailure() local
403 final CountDownLatch countDownLatch = new CountDownLatch(1); in deleteRegistrationsAndAssertFailure() local
653 final CountDownLatch countDownLatch = new CountDownLatch(1); in registerWebSourceAndAssertFailure() local
802 final CountDownLatch countDownLatch = new CountDownLatch(1); in registerWebTriggerAndAssertFailure() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DUpdateAdCounterHistogramWorkerTest.java327 public UpdateAdCounterHistogramTestCallback(CountDownLatch countDownLatch) { in UpdateAdCounterHistogramTestCallback()
362 public UpdateAdCounterHistogramTestErrorCallback(CountDownLatch countDownLatch) { in UpdateAdCounterHistogramTestErrorCallback()
DOutcomeSelectionRunnerTest.java362 CountDownLatch countDownLatch = new CountDownLatch(1); in invokeRunAdSelectionFromOutcomes() local
397 AdSelectionTestCallback(CountDownLatch countDownLatch) { in AdSelectionTestCallback()
DAppInstallAdvertisersSetterTest.java278 public SetAppInstallAdvertisersTestCallback(CountDownLatch countDownLatch) { in SetAppInstallAdvertisersTestCallback()
DOnDeviceAdSelectionRunnerTest.java2646 CountDownLatch countDownLatch = new CountDownLatch(1); in invokeRunAdSelection() local
2683 AdSelectionTestCallback(CountDownLatch countDownLatch) { in AdSelectionTestCallback()
DInteractionReporterTest.java1169 ReportInteractionTestCallback(CountDownLatch countDownLatch) { in ReportInteractionTestCallback()
DAdSelectionFromOutcomesE2ETest.java605 AdSelectionFromOutcomesTestCallback(CountDownLatch countDownLatch) { in AdSelectionFromOutcomesTestCallback()
DAdSelectionServiceImplTest.java7580 public ReportImpressionTestCallback(CountDownLatch countDownLatch) { in ReportImpressionTestCallback()
7602 public AdSelectionOverrideTestCallback(CountDownLatch countDownLatch) { in AdSelectionOverrideTestCallback()
7626 AdSelectionFromOutcomesTestCallback(CountDownLatch countDownLatch) { in AdSelectionFromOutcomesTestCallback()
7652 ReportInteractionTestCallback(CountDownLatch countDownLatch) { in ReportInteractionTestCallback()
7670 public ReportInteractionTestErrorCallback(CountDownLatch countDownLatch) { in ReportInteractionTestErrorCallback()
7684 public AdSelectionOverrideTestErrorCallback(CountDownLatch countDownLatch) { in AdSelectionOverrideTestErrorCallback()
DAdSelectionE2ETest.java5897 AdSelectionTestCallback(CountDownLatch countDownLatch) { in AdSelectionTestCallback()
5937 public ReportImpressionTestCallback(CountDownLatch countDownLatch) { in ReportImpressionTestCallback()
/packages/apps/Settings/tests/unit/src/com/android/settings/development/
DBackAnimationPreferenceControllerTest.java130 CountDownLatch countDownLatch = new CountDownLatch(1); in doAndWaitForSettingChange() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DQuickstepTestInformationHandler.java214 CountDownLatch countDownLatch = new CountDownLatch(1); in runOnTISBinder() local
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pShellCommand.java61 CountDownLatch countDownLatch = new CountDownLatch(1); in handleCommand() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/download/
DMddJobServiceTest.java522 CountDownLatch countDownLatch = new CountDownLatch(1); in testOnStartJob_killswitchIsOff() local
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/
DRfcommServer.java393 void setCountDownLatch(@Nullable CountDownLatch countDownLatch) { in setCountDownLatch()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/
DFastPairDualConnection.java1982 public void setNameResponseCountDownLatch(CountDownLatch countDownLatch) { in setNameResponseCountDownLatch()
2086 void setCountDown(CountDownLatch countDownLatch) { in setCountDown()
/packages/modules/AdServices/adservices/framework/java/android/adservices/measurement/
DMeasurementManager.java662 CountDownLatch countDownLatch = new CountDownLatch(1); in getAdId() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/customaudience/
DCustomAudienceServiceEndToEndTest.java1153 public CustomAudienceOverrideTestCallback(CountDownLatch countDownLatch) { in CustomAudienceOverrideTestCallback()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DExpandableBinaryDictionary.java666 final CountDownLatch countDownLatch = new CountDownLatch(1); in waitAllTasksForTests() local
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/
DFastPairSimulator.java1105 public void setCountDownLatchToWriteName(CountDownLatch countDownLatch) { in setCountDownLatchToWriteName()