Home
last modified time | relevance | path

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

12

/cts/tests/tests/packageinstaller/atomicinstall/src/com/android/tests/atomicinstall/
DSessionAbandonBehaviorTest.java96 AbandonSessionCallBack(CountDownLatch countDownLatch, int[] sessionIds) { in AbandonSessionCallBack()
104 AbandonSessionCallBack(CountDownLatch countDownLatch, int sessionId) { in AbandonSessionCallBack()
268 final CountDownLatch countDownLatch = new CountDownLatch(1); in abandon_stagedSession_shouldReceiveAbandonCallBack() local
282 final CountDownLatch countDownLatch = new CountDownLatch(1); in abandon_nonStagedSession_shouldReceiveAbandonCallBack() local
297 final CountDownLatch countDownLatch = new CountDownLatch(1); in abandon_stagedSession_openedSession_canNotGetNames() local
314 final CountDownLatch countDownLatch = new CountDownLatch(1); in abandon_nonStagedSession_openedSession_canNotGetNames() local
331 final CountDownLatch countDownLatch = new CountDownLatch(1); in abandon_stagedSession_openForWriting_shouldFail() local
349 final CountDownLatch countDownLatch = new CountDownLatch(1); in abandon_nonStagedSession_openForWriting_shouldFail() local
367 final CountDownLatch countDownLatch = new CountDownLatch(1); in abandon_stagedSession_canNotOpenAgain() local
383 final CountDownLatch countDownLatch = new CountDownLatch(1); in abandon_nonStagedSession_canNotOpenAgain() local
[all …]
/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/
DEuiccManagerTest.java149 CountDownLatch countDownLatch = new CountDownLatch(1); in testDownloadSubscription() local
196 CountDownLatch countDownLatch = new CountDownLatch(1); in testDeleteSubscription() local
233 CountDownLatch countDownLatch = new CountDownLatch(1); in testSwitchToSubscritionDisableWithNoPortAndChangesCompatDisabled() local
286 CountDownLatch countDownLatch = new CountDownLatch(1); in testSwitchToSubscription() local
317 CountDownLatch countDownLatch = new CountDownLatch(1); in testSwitchToSubscriptionWithCallback() local
348 CountDownLatch countDownLatch = new CountDownLatch(1); in testEraseSubscriptions() local
375 CountDownLatch countDownLatch = new CountDownLatch(1); in testStartResolutionActivity() local
669 CountDownLatch countDownLatch = new CountDownLatch(1); in testEuiccProvisionAction() local
697 CountDownLatch countDownLatch = new CountDownLatch(1); in testEuiccManageAction() local
725 CountDownLatch countDownLatch = new CountDownLatch(1); in testEuiccTransferAction() local
[all …]
/cts/tests/tests/wifi/CtsWifiLocationTestApp/src/android/net/wifi/cts/app/
DRetrieveTransportInfoAndReturnStatusActivity.java49 TestNetworkCallback(CountDownLatch countDownLatch) { in TestNetworkCallback()
71 CountDownLatch countDownLatch = new CountDownLatch(1); in canRetrieveSsidFromTransportInfo() local
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DConnectedNetworkScorerTest.java183 TestUsabilityStatsListener(CountDownLatch countDownLatch) { in TestUsabilityStatsListener()
207 CountDownLatch countDownLatch = new CountDownLatch(1); in testWifiUsabilityStatsEntry() local
512 TestConnectedNetworkScorer(CountDownLatch countDownLatch) { in TestConnectedNetworkScorer()
531 public void resetCountDownLatch(CountDownLatch countDownLatch) { in resetCountDownLatch()
540 TestConnectedNetworkScorerWithSessionId(CountDownLatch countDownLatch) { in TestConnectedNetworkScorerWithSessionId()
557 TestConnectedNetworkScorerWithSessionInfo(CountDownLatch countDownLatch) { in TestConnectedNetworkScorerWithSessionInfo()
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceViewSurfaceValidatorTest.java84 SurfaceFiller(Context c, CountDownLatch countDownLatch) { in SurfaceFiller()
153 private void addSurfaceView(CountDownLatch countDownLatch) { in addSurfaceView()
DAttachedSurfaceControlTest.java342 CountDownLatch countDownLatch = new CountDownLatch(1); in testCropWithChildBoundingInsets() local
DChoreographerTest.java524 private void awaitCountDown(CountDownLatch countDownLatch) { in awaitCountDown()
/cts/tests/tests/packagewatchdog/src/android/packagewatchdog/cts/
DExplicitHealthCheckServiceTest.java52 CountDownLatch countDownLatch = new CountDownLatch(1); in testNotifyHealthCheckPassed() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPhoneAccountTest.java112 final CountDownLatch countDownLatch = new CountDownLatch(1); in internalTestOutgoingCall() local
193 final CountDownLatch countDownLatch = new CountDownLatch(1); in internalTestIncomingCall() local
339 public CalllogContentObserver(Handler handler, final CountDownLatch countDownLatch) { in CalllogContentObserver()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/testcase/
DNetworkSuggestionTestCase.java149 ConnectionStatusListener(CountDownLatch countDownLatch) { in ConnectionStatusListener()
166 UserApprovalStatusListener(CountDownLatch countDownLatch) { in UserApprovalStatusListener()
/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
DSurfacePixelValidator2.java153 CountDownLatch countDownLatch = new CountDownLatch(1); in finish() local
/cts/tests/tests/content/src/android/content/cts/
DMockSyncAdapter.java131 private void countDownLatch() { in countDownLatch() method in MockSyncAdapter
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/scvh/
DEmbeddedSCVHService.java91 CountDownLatch countDownLatch = new CountDownLatch(1); in attachEmbedded() local
DSurfaceControlViewHostHelper.java63 public SurfaceControlViewHostHelper(String tag, CountDownLatch countDownLatch, Context context, in SurfaceControlViewHostHelper()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestSipTransport.java128 private void countDownLatch(int latchIndex) { in countDownLatch() method in TestSipTransport
/cts/tests/tests/hibernation/src/android/hibernation/cts/
DAppHibernationIntegrationTest.kt224 val countDownLatch = CountDownLatch(1) in <lambda>() constant
248 val countDownLatch = CountDownLatch(1) in <lambda>() constant
/cts/tests/tests/wifi/mockWifi/src/android/wifi/mockwifi/
DMockWifiModemService.java91 public void countDownLatch(int latchIndex) { in countDownLatch() method in MockWifiModemService
/cts/tests/tests/appwidget/src/android/appwidget/cts/provider/
DCollectionAppWidgetProvider.java61 public static void configure(CountDownLatch countDownLatch, in configure()
/cts/tests/tests/dreams/src/android/service/dreams/cts/
DDreamServiceTest.java166 final CountDownLatch countDownLatch = new CountDownLatch(1); in testDreamServiceOnDestroyCallback() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/
DTestUtils.java62 final CountDownLatch countDownLatch = new CountDownLatch(1); in startScanAndWaitForResults() local
/cts/tests/tests/app/src/android/app/cts/
DShareIdentityTest.java631 CountDownLatch countDownLatch; field in ShareIdentityTest.TestData
635 TestData(CountDownLatch countDownLatch) { in TestData()
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockImsService.java225 private void countDownLatch(int latchIndex) { in countDownLatch() method in MockImsService
DMockModemService.java250 public void countDownLatch(int latchIndex) { in countDownLatch() method in MockModemService
/cts/tests/input/src/android/input/cts/
DTouchModeTest.kt146 val countDownLatch = CountDownLatch(1) in <lambda>() constant
/cts/tests/tests/car/src/android/car/cts/
DCarInputTest.java537 CountDownLatch countDownLatch; in receivedGroupVolumeChanged() local
546 CountDownLatch countDownLatch; in receivedGroupMuteChanged() local

12