/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | ScoredNetworkNominatorTest.java | 145 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
|
D | SavedNetworkNominatorTest.java | 121 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
|
D | WifiNetworkSelectorTest.java | 362 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 …]
|
D | WifiNetworkSelectorTestUtil.java | 91 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()
|
D | WifiLastResortWatchdogTest.java | 114 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 …]
|
D | OpenNetworkNotifierTest.java | 739 private List<ScanDetail> createOpenScanResults(String... ssids) { in createOpenScanResults()
|
D | NetworkSuggestionNominatorTest.java | 1629 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()
|
D | WifiNetworkFactoryTest.java | 3647 private void setupScanDataSameSsidWithDiffBssid(int scanResultType, int nums, String[] ssids) { in setupScanDataSameSsidWithDiffBssid()
|
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
D | NetworkPolicyTestUtils.java | 261 final List<String> ssids = new ArrayList<>(); in getWifiConfiguration() local
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiBlocklistMonitor.java | 592 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()
|
D | WifiMetrics.java | 3412 Set<ScanResultMatchInfo> ssids = new HashSet<ScanResultMatchInfo>(); in incrementAvailableNetworksHistograms() local
|