Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DStandardWifiEntryTest.java666 final ScanResult pskScanResult = buildScanResult("ssid", "bssid", 0, TestUtils.GOOD_RSSI); in testCanEasyConnect_deviceNotSupported_shouldReturnFalse() local
667 pskScanResult.capabilities = "PSK"; in testCanEasyConnect_deviceNotSupported_shouldReturnFalse()
671 ssidAndSecurityTypeToStandardWifiEntryKey(pskScanResult.SSID, SECURITY_TYPE_PSK), in testCanEasyConnect_deviceNotSupported_shouldReturnFalse()
672 null, Arrays.asList(pskScanResult), mMockWifiManager, in testCanEasyConnect_deviceNotSupported_shouldReturnFalse()
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
DAccessPointTest.java1636 ScanResult pskScanResult = createScanResult(AccessPoint.removeDoubleQuotes(TEST_SSID), in testMatches3_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly() local
1638 pskScanResult.capabilities = "[RSN-PSK-CCMP][ESS][WPS]"; in testMatches3_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
1640 assertThat(pskSaeTransitionModeAp.matches(pskScanResult)).isTrue(); in testMatches3_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()