Home
last modified time | relevance | path

Searched defs:countDownLatch (Results 1 – 25 of 49) 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.java204 CountDownLatch countDownLatch = new CountDownLatch(1); in testDownloadSubscription() local
251 CountDownLatch countDownLatch = new CountDownLatch(1); in testDeleteSubscription() local
288 CountDownLatch countDownLatch = new CountDownLatch(1); in testSwitchToSubscritionDisableWithNoPortAndChangesCompatDisabled() local
341 CountDownLatch countDownLatch = new CountDownLatch(1); in testSwitchToSubscription() local
372 CountDownLatch countDownLatch = new CountDownLatch(1); in testSwitchToSubscriptionWithCallback() local
403 CountDownLatch countDownLatch = new CountDownLatch(1); in testEraseSubscriptions() local
430 CountDownLatch countDownLatch = new CountDownLatch(1); in testStartResolutionActivity() local
724 CountDownLatch countDownLatch = new CountDownLatch(1); in testEuiccProvisionAction() local
752 CountDownLatch countDownLatch = new CountDownLatch(1); in testEuiccManageAction() local
780 CountDownLatch countDownLatch = new CountDownLatch(1); in testEuiccTransferAction() local
[all …]
/cts/tests/tests/nfc/src/android/nfc/cts/
DWalletRoleTestUtils.java92 CountDownLatch countDownLatch = new CountDownLatch(1); in setDefaultWalletRoleHolder() local
110 CountDownLatch countDownLatch = new CountDownLatch(1); in removeRoleHolder() local
147 CountDownLatch countDownLatch = new CountDownLatch(1); in runWithRole() local
202 CountDownLatch countDownLatch = new CountDownLatch(1); in runWithRoleNone() local
245 CountDownLatch countDownLatch = new CountDownLatch(1); in clearRoleHolders() local
DNfcUtils.java41 CountDownLatch countDownLatch = new CountDownLatch(1); in enableNfc() local
84 CountDownLatch countDownLatch = new CountDownLatch(1); in disableNfc() local
/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.java202 TestUsabilityStatsListener(CountDownLatch countDownLatch) { in TestUsabilityStatsListener()
226 CountDownLatch countDownLatch = new CountDownLatch(1); in testWifiUsabilityStatsEntry() local
537 TestConnectedNetworkScorer(CountDownLatch countDownLatch) { in TestConnectedNetworkScorer()
556 public void resetCountDownLatch(CountDownLatch countDownLatch) { in resetCountDownLatch()
565 TestConnectedNetworkScorerWithSessionId(CountDownLatch countDownLatch) { in TestConnectedNetworkScorerWithSessionId()
582 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.java347 CountDownLatch countDownLatch = new CountDownLatch(1); in testCropWithChildBoundingInsets() local
423 CountDownLatch countDownLatch = new CountDownLatch(1); in testGetHostToken() local
454 CountDownLatch countDownLatch = new CountDownLatch(1); in testSyncTransactionViewNotVisible() local
494 CountDownLatch countDownLatch = new CountDownLatch(1); in testSyncTransactionNothingToDraw() local
/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.java161 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/tests/telephony/current/src/android/telephony/ims/cts/
DTestSipTransport.java128 private void countDownLatch(int latchIndex) { in countDownLatch() method in TestSipTransport
/cts/tests/surfacecontrol/scvhapp/src/android/server/wm/scvh/
DCrossProcessSurfaceControlViewHostTestService.java142 CountDownLatch countDownLatch = new CountDownLatch(1); in setKeepScreenOnFlag() local
/cts/tests/surfacecontrol/src/android/view/cts/util/
DSurfaceControlViewHostHelper.java66 public SurfaceControlViewHostHelper(String tag, CountDownLatch countDownLatch, Context context, in SurfaceControlViewHostHelper()
DEmbeddedSCVHService.java127 CountDownLatch countDownLatch = new CountDownLatch(1); in attachEmbedded() local
/cts/tests/tests/wifi/mockWifi/src/android/wifi/mockwifi/
DMockWifiModemService.java90 public void countDownLatch(int latchIndex) { in countDownLatch() method in MockWifiModemService
/cts/tests/tests/hibernation/src/android/hibernation/cts/
DAppHibernationIntegrationTest.kt232 val countDownLatch = CountDownLatch(1) in <lambda>() constant
256 val countDownLatch = CountDownLatch(1) in <lambda>() constant
/cts/tests/tests/appwidget/src/android/appwidget/cts/provider/
DCollectionAppWidgetProvider.java61 public static void configure(CountDownLatch countDownLatch, in configure()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/
DTestUtils.java62 final CountDownLatch countDownLatch = new CountDownLatch(1); in startScanAndWaitForResults() local
/cts/tests/tests/dreams/src/android/service/dreams/cts/
DControlledDreamSession.java207 final CountDownLatch countDownLatch = new CountDownLatch(1); in start() local
DDreamServiceTest.java186 final CountDownLatch countDownLatch = new CountDownLatch(1); in testDreamServiceOnDestroyCallback() local
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockImsService.java225 private void countDownLatch(int latchIndex) { in countDownLatch() method in MockImsService
/cts/tests/input/src/android/input/cts/
DTouchModeTest.kt153 val countDownLatch = CountDownLatch(1) in <lambda>() constant

12