Home
last modified time | relevance | path

Searched refs:executorService (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DTestHelper.java552 @NonNull ScheduledExecutorService executorService, in testConnectionFlowWithSuggestionWithShellIdentity() argument
556 network, suggestion, executorService, restrictedNetworkCapabilities, true, in testConnectionFlowWithSuggestionWithShellIdentity()
578 @NonNull ScheduledExecutorService executorService, in testConnectionFlowWithSuggestion() argument
586 network, suggestion, executorService, restrictedNetworkCapabilities, in testConnectionFlowWithSuggestion()
607 @NonNull ScheduledExecutorService executorService, in testConnectionFailureFlowWithSuggestion() argument
614 network, suggestion, executorService, restrictedNetworkCapabilities, false, in testConnectionFailureFlowWithSuggestion()
637 @NonNull ScheduledExecutorService executorService, in testConnectionFlowWithSuggestionInternal() argument
664 executorService.scheduleAtFixedRate(() -> { in testConnectionFlowWithSuggestionInternal()
707 executorService.shutdown(); in testConnectionFlowWithSuggestionInternal()
1058 @NonNull ScheduledExecutorService executorService, in testMultiInternetConnectionFlowInternal()
[all …]
DConnectedNetworkScorerTest.java801 @NonNull ScheduledExecutorService executorService) throws Exception; in initiateConnection() argument
811 ScheduledExecutorService executorService = Executors.newSingleThreadScheduledExecutor(); in setWifiConnectedNetworkScorerAndInitiateConnectToSpecifierOrRestrictedSuggestion() local
842 networkCallback = connectionInitiator.initiateConnection(testNetwork, executorService); in setWifiConnectedNetworkScorerAndInitiateConnectToSpecifierOrRestrictedSuggestion()
858 executorService.shutdownNow(); in setWifiConnectedNetworkScorerAndInitiateConnectToSpecifierOrRestrictedSuggestion()
880 (testNetwork, executorService) -> { in testSetWifiConnectedNetworkScorerForSpecifierConnection() argument
895 (testNetwork, executorService) -> { in testSetWifiConnectedNetworkScorerForRestrictedSuggestionConnection() argument
908 testNetwork, suggestionBuilder.build(), executorService, in testSetWifiConnectedNetworkScorerForRestrictedSuggestionConnection()
/cts/tests/BlobStore/src/com/android/cts/blob/
DBlobStoreManagerTest.java750 final ExecutorService executorService = Executors.newFixedThreadPool(numThreads); in testCommitSession_multipleWrites() local
768 }, executorService); in testCommitSession_multipleWrites()
784 final ExecutorService executorService = Executors.newFixedThreadPool(numThreads); in testCommitSession_multipleReadWrites() local
826 }, executorService); in testCommitSession_multipleReadWrites()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java1365 final ExecutorService executorService = Executors.newCachedThreadPool();
1373 executorService,