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.java801 @NonNull ScheduledExecutorService executorService) throws Exception; in initiateConnection()
811 ScheduledExecutorService executorService = Executors.newSingleThreadScheduledExecutor(); in setWifiConnectedNetworkScorerAndInitiateConnectToSpecifierOrRestrictedSuggestion() local
880 (testNetwork, executorService) -> { in testSetWifiConnectedNetworkScorerForSpecifierConnection() argument
895 (testNetwork, executorService) -> { in testSetWifiConnectedNetworkScorerForRestrictedSuggestionConnection() argument
DTestHelper.java552 @NonNull ScheduledExecutorService executorService, in testConnectionFlowWithSuggestionWithShellIdentity()
578 @NonNull ScheduledExecutorService executorService, in testConnectionFlowWithSuggestion()
607 @NonNull ScheduledExecutorService executorService, in testConnectionFailureFlowWithSuggestion()
637 @NonNull ScheduledExecutorService executorService, in testConnectionFlowWithSuggestionInternal()
1057 private void testMultiInternetConnectionFlowInternal( in testMultiInternetConnectionFlowInternal()
1163 public void testMultiInternetConnectionFlowWithShellIdentity( in testMultiInternetConnectionFlowWithShellIdentity()
/cts/tests/BlobStore/src/com/android/cts/blob/
DBlobStoreManagerTest.java750 final ExecutorService executorService = Executors.newFixedThreadPool(numThreads); in testCommitSession_multipleWrites() local
784 final ExecutorService executorService = Executors.newFixedThreadPool(numThreads); in testCommitSession_multipleReadWrites() local