Home
last modified time | relevance | path

Searched refs:restrictedNetworkCapabilities (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DTestHelper.java553 @NonNull Set<Integer> restrictedNetworkCapabilities, in testConnectionFlowWithSuggestionWithShellIdentity() argument
556 network, suggestion, executorService, restrictedNetworkCapabilities, true, in testConnectionFlowWithSuggestionWithShellIdentity()
579 @NonNull Set<Integer> restrictedNetworkCapabilities, in testConnectionFlowWithSuggestion() argument
586 network, suggestion, executorService, restrictedNetworkCapabilities, in testConnectionFlowWithSuggestion()
608 @NonNull Set<Integer> restrictedNetworkCapabilities) throws Exception { in testConnectionFailureFlowWithSuggestion() argument
614 network, suggestion, executorService, restrictedNetworkCapabilities, false, in testConnectionFailureFlowWithSuggestion()
638 @NonNull Set<Integer> restrictedNetworkCapabilities, in testConnectionFlowWithSuggestionInternal() argument
647 if (restrictedNetworkCapabilities.isEmpty() && !isRestricted) { in testConnectionFlowWithSuggestionInternal()
652 for (Integer restrictedNetworkCapability : restrictedNetworkCapabilities) { in testConnectionFlowWithSuggestionInternal()
689 if (!restrictedNetworkCapabilities.isEmpty() in testConnectionFlowWithSuggestionInternal()
DConnectedNetworkScorerTest.java893 Set<Integer> restrictedNetworkCapabilities) throws Exception { in testSetWifiConnectedNetworkScorerForRestrictedSuggestionConnection() argument
901 if (restrictedNetworkCapabilities.contains(NET_CAPABILITY_OEM_PAID)) { in testSetWifiConnectedNetworkScorerForRestrictedSuggestionConnection()
904 if (restrictedNetworkCapabilities.contains(NET_CAPABILITY_OEM_PRIVATE)) { in testSetWifiConnectedNetworkScorerForRestrictedSuggestionConnection()
909 restrictedNetworkCapabilities, false/* restrictedNetwork */); in testSetWifiConnectedNetworkScorerForRestrictedSuggestionConnection()