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/
DConnectedNetworkScorerTest.java653 @NonNull ScheduledExecutorService executorService) throws Exception; in initiateConnection()
663 ScheduledExecutorService executorService = Executors.newSingleThreadScheduledExecutor(); in setWifiConnectedNetworkScorerAndInitiateConnectToSpecifierOrRestrictedSuggestion() local
733 (testNetwork, executorService) -> { in testSetWifiConnectedNetworkScorerForSpecifierConnection() argument
748 (testNetwork, executorService) -> { in testSetWifiConnectedNetworkScorerForRestrictedSuggestionConnection() argument
DTestHelper.java387 @NonNull ScheduledExecutorService executorService, in testConnectionFlowWithSuggestionWithShellIdentity()
410 @NonNull ScheduledExecutorService executorService, in testConnectionFlowWithSuggestion()
437 @NonNull ScheduledExecutorService executorService, in testConnectionFailureFlowWithSuggestion()
465 @NonNull ScheduledExecutorService executorService, in testConnectionFlowWithSuggestionInternal()
/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