Home
last modified time | relevance | path

Searched defs:executorService (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DTestHelper.java452 @NonNull ScheduledExecutorService executorService, in testConnectionFlowWithSuggestionWithShellIdentity()
478 @NonNull ScheduledExecutorService executorService, in testConnectionFlowWithSuggestion()
507 @NonNull ScheduledExecutorService executorService, in testConnectionFailureFlowWithSuggestion()
537 @NonNull ScheduledExecutorService executorService, in testConnectionFlowWithSuggestionInternal()
944 private void testMultiInternetConnectionFlowInternal( in testMultiInternetConnectionFlowInternal()
1050 public void testMultiInternetConnectionFlowWithShellIdentity( in testMultiInternetConnectionFlowWithShellIdentity()
DConnectedNetworkScorerTest.java664 @NonNull ScheduledExecutorService executorService) throws Exception; in initiateConnection()
674 ScheduledExecutorService executorService = Executors.newSingleThreadScheduledExecutor(); in setWifiConnectedNetworkScorerAndInitiateConnectToSpecifierOrRestrictedSuggestion() local
744 (testNetwork, executorService) -> { in testSetWifiConnectedNetworkScorerForSpecifierConnection() argument
759 (testNetwork, executorService) -> { in testSetWifiConnectedNetworkScorerForRestrictedSuggestionConnection() argument
/cts/tests/BlobStore/src/com/android/cts/blob/
DBlobStoreManagerTest.java743 final ExecutorService executorService = Executors.newFixedThreadPool(numThreads); in testCommitSession_multipleWrites() local
777 final ExecutorService executorService = Executors.newFixedThreadPool(numThreads); in testCommitSession_multipleReadWrites() local