Home
last modified time | relevance | path

Searched defs:ssids (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScoredNetworkNominatorTest.java145 String[] ssids = {"\"test1\""}; in testUpdate_recommendationsDisabled() local
169 String[] ssids = {"\"test1\""}; in testUpdate_emptyScanList() local
187 String[] ssids = {"\"test1\"", "\"test2\""}; in testUpdate_allNetworksUnscored() local
214 String[] ssids = {"\"test1\"", "\"test2\""}; in testUpdate_oneScored_oneUnscored() local
259 String[] ssids = {"\"test1\"", "\"test2\""}; in testUpdate_externalScorerNotPermittedToSeeScanResults() local
282 String[] ssids = {"\"test1\"", "\"test2\""}; in testUpdate_externalScorerNotPermittedToSeeScanResultsWithException() local
309 String[] ssids = {"\"test1\"", "\"test2\""}; in testEvaluateNetworks_newEphemeralNetworkMustBeReportedAsConnectable() local
344 String[] ssids = {"\"test1\"", "\"test2\""}; in testEvaluateNetworks_noEphemeralNetworkWhenUntrustedNetworksNotAllowed() local
376 String[] ssids = {"\"test1\""}; in testEvaluateNetworks_chooseSavedNetworkWithExternalScore() local
408 String[] ssids = {"\"test1\"", "\"test2\""}; in testEvaluateNetworks_nullScoredNetworks() local
DSavedNetworkNominatorTest.java121 String[] ssids = {"\"test1\"", "\"test2\""}; in ignoreNetworksIfUseExternalScores() local
148 String[] ssids = {"\"test1\""}; in ignoreNetworkIfSimIsAbsentForEapSimNetwork() local
174 String[] ssids = {"\"test1\"", "\"test2\""}; in ignoreEphemeralNetworks() local
202 String[] ssids = {"\"test1\"", "\"test2\""}; in ignoreNetworksIfAutojoinNotAllowed() local
234 String[] ssids = {"\"test1\"", "\"test2\""}; in returnNoCandidateIfNoNetworksAllowAutojoin() local
282 String[] ssids = {"\"test1\""}; in testIgnoreNetworksIfMeteredAndFromNonDataSim() local
310 String[] ssids = {"\"test1\""}; in testIgnoreNetworksFromAppIfNoImsiProtection() local
345 String[] ssids = {"\"test1\""}; in testIgnoreOpenNetworkWithSameNetworkSuggestionHasSecureNetworkFromSameCarrier() local
DWifiNetworkSelectorTest.java362 String[] ssids = new String[0]; in emptyScanResults() local
395 String[] ssids = {"\"test1\"", "\"test2\""}; in verifyMinimumRssiThreshold() local
428 String[] ssids = {"\"test1\"", "\"test2\""}; in verifyMinimumTimeGapWhenConnected() local
476 String[] ssids = {"\"test1\"", "\"test2\""}; in verifyNoMinimumTimeGapWhenDisconnected() local
525 String[] ssids = {"\"test1\""}; in lowRssi5GNetworkIsNotSufficient() local
580 String[] ssids = {"\"test1\""}; in noInternetAccessNetworkIsNotSufficient() local
637 String[] ssids = {"\"test1\"", "\"test2\""}; in updateConfiguredNetworks() local
676 String[] ssids = {"\"test1\""}; in filterOutBlocklistedBssid() local
712 String[] ssids = {"\"test1\"", "\"test2\""}; in noSelectionWhenCurrentNetworkNotInScanResults() local
770 String[] ssids = {"\"test1\"", "\"test2\""}; in includeCurrentNetworkWhenCurrentNetworkNotNominated() local
[all …]
DWifiNetworkSelectorTestUtil.java91 public static ScanDetailsAndWifiConfigs setupScanDetailsAndConfigStore(String[] ssids, in setupScanDetailsAndConfigStore()
103 public static ScanDetailsAndWifiConfigs setupScanDetailsAndConfigStore(String[] ssids, in setupScanDetailsAndConfigStore()
135 String[] ssids, in setupScanDetailsAndConfigForEapSimNetwork()
210 public static List<ScanDetail> buildScanDetails(String[] ssids, String[] bssids, int[] freqs, in buildScanDetails()
236 public static List<ScanDetail> buildScanDetailsWithNetworkDetails(String[] ssids, in buildScanDetailsWithNetworkDetails()
265 public static WifiConfiguration[] generateWifiConfigurations(String[] ssids, in generateWifiConfigurations()
DWifiLastResortWatchdogTest.java114 private List<Pair<ScanDetail, WifiConfiguration>> createFilteredQnsCandidates(String[] ssids, in createFilteredQnsCandidates()
137 private List<Pair<ScanDetail, WifiConfiguration>> createFilteredQnsCandidates(String[] ssids, in createFilteredQnsCandidates()
510 String[] ssids = {"\"test1\"", "\"test2\"", "\"test1\"", "\"test4\""}; in testFailureCounting_countFailuresForAnyBssid() local
879 String[] ssids = {"\"test1\"", "\"test2\"", "\"test3\"", "\"test4\"", in testFailureCounting_countFailuresAcrossSsids() local
1330 private void incrementFailuresUntilTrigger(String[] ssids, String[] bssids) { in incrementFailuresUntilTrigger()
1515 String[] ssids = {"\"test1\"", "\"test2\"", "\"test3\"", "\"test4\"", "\"test5\""}; in testMetricsCollection() local
1829 String[] ssids = {"\"test1\""}; in testIncrementingWatchdogConnectionFailuresAfterTrigger() local
1874 String[] ssids = {"\"test1\""}; in testWatchdogAssumesSuccessOnlyIfFirstConnectionAfterRestartSucceeds() local
1947 String[] ssids = {"\"test1\""}; in testWatchdogVerifiesAtLeastOneNetworkIsConnectedBeforeTriggeringBugreport() local
2051 String[] ssids = {"\"test1\""}; in testMetricsCollectionWithMixtureReason() local
[all …]
DOpenNetworkNotifierTest.java739 private List<ScanDetail> createOpenScanResults(String... ssids) { in createOpenScanResults()
DNetworkSuggestionNominatorTest.java1629 private static ScanDetail[] buildScanDetails(String[] ssids, String[] bssids, int[] freqs, in buildScanDetails()
1646 private static WifiConfiguration[] buildWifiConfigurations(String[] ssids, int[] securities) { in buildWifiConfigurations()
1658 String[] ssids, int[] securities, boolean[] appInteractions, boolean[] meteredness, in buildNetworkSuggestions()
DWifiNetworkFactoryTest.java3647 private void setupScanDataSameSsidWithDiffBssid(int scanResultType, int nums, String[] ssids) { in setupScanDataSameSsidWithDiffBssid()
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DNetworkPolicyTestUtils.java261 final List<String> ssids = new ArrayList<>(); in getWifiConfiguration() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiBlocklistMonitor.java592 private int getNumBlockedBssidsForSsids(@NonNull Set<String> ssids) { in getNumBlockedBssidsForSsids()
608 public Set<String> updateAndGetBssidBlocklistForSsids(@NonNull Set<String> ssids) { in updateAndGetBssidBlocklistForSsids()
701 public void updateFirmwareRoamingConfiguration(@NonNull Set<String> ssids) { in updateFirmwareRoamingConfiguration()
DWifiMetrics.java3412 Set<ScanResultMatchInfo> ssids = new HashSet<ScanResultMatchInfo>(); in incrementAvailableNetworksHistograms() local