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.java778 @NonNull ScheduledExecutorService executorService) throws Exception; in initiateConnection()
788 ScheduledExecutorService executorService = Executors.newSingleThreadScheduledExecutor(); in setWifiConnectedNetworkScorerAndInitiateConnectToSpecifierOrRestrictedSuggestion() local
858 (testNetwork, executorService) -> { in testSetWifiConnectedNetworkScorerForSpecifierConnection() argument
873 (testNetwork, executorService) -> { in testSetWifiConnectedNetworkScorerForRestrictedSuggestionConnection() argument
DTestHelper.java497 @NonNull ScheduledExecutorService executorService, in testConnectionFlowWithSuggestionWithShellIdentity()
523 @NonNull ScheduledExecutorService executorService, in testConnectionFlowWithSuggestion()
552 @NonNull ScheduledExecutorService executorService, in testConnectionFailureFlowWithSuggestion()
582 @NonNull ScheduledExecutorService executorService, in testConnectionFlowWithSuggestionInternal()
997 private void testMultiInternetConnectionFlowInternal( in testMultiInternetConnectionFlowInternal()
1103 public void testMultiInternetConnectionFlowWithShellIdentity( in testMultiInternetConnectionFlowWithShellIdentity()
/cts/tests/BlobStore/src/com/android/cts/blob/
DBlobStoreManagerTest.java746 final ExecutorService executorService = Executors.newFixedThreadPool(numThreads); in testCommitSession_multipleWrites() local
780 final ExecutorService executorService = Executors.newFixedThreadPool(numThreads); in testCommitSession_multipleReadWrites() local