Home
last modified time | relevance | path

Searched refs:addHotspotSecurityType (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DHotspotNetworkEntryTest.java95 .addHotspotSecurityType(SECURITY_TYPE_PSK)
258 .addHotspotSecurityType(SECURITY_TYPE_PSK) in testGetSummary_tablet_usesHotspotNetworkData()
280 .addHotspotSecurityType(SECURITY_TYPE_PSK) in testGetSummary_computer_usesHotspotNetworkData()
302 .addHotspotSecurityType(SECURITY_TYPE_PSK) in testGetSummary_watch_usesHotspotNetworkData()
324 .addHotspotSecurityType(SECURITY_TYPE_PSK) in testGetSummary_vehicle_usesHotspotNetworkData()
346 .addHotspotSecurityType(SECURITY_TYPE_PSK) in testGetSummary_unknown_usesHotspotNetworkData()
527 .addHotspotSecurityType(SECURITY_TYPE_PSK) in testIsBatteryCharging_apiFlagOn_usesHotspotNetworkDataApi()
560 .addHotspotSecurityType(SECURITY_TYPE_PSK) in testIsBatteryCharging_apiFlagOn_usesHotspotNetworkDataExtras()
592 .addHotspotSecurityType(SECURITY_TYPE_PSK) in testIsBatteryCharging_apiFlagOff_usesHotspotNetworkDataExtras()
624 .addHotspotSecurityType(SECURITY_TYPE_PSK) in testIsBatteryCharging_apiFlagOn_extraFalse()
[all …]
DNetworkDetailsTrackerTest.java140 .addHotspotSecurityType(WifiInfo.SECURITY_TYPE_WEP) in testCreateNetworkDetailsTracker_returnsHotspotNetworkDetailsTracker()
DWifiPickerTrackerTest.java2808 .addHotspotSecurityType(SECURITY_TYPE_PSK) in testHotspotNetworks_activeHotspot_nonVirtualEntryIncluded()
2842 .addHotspotSecurityType(SECURITY_TYPE_PSK) in testHotspotNetworks_duplicatesStandardEntry_standardEntryExcluded()
2885 .addHotspotSecurityType(SECURITY_TYPE_PSK) in testHotspotNetworks_duplicatesActiveStandardEntry_standardEntryExcluded()
/frameworks/base/wifi/tests/src/android/net/wifi/sharedconnectivity/service/
DSharedConnectivityServiceTest.java78 .addHotspotSecurityType(SECURITY_TYPE_WEP)
79 .addHotspotSecurityType(SECURITY_TYPE_EAP).build();
/frameworks/base/wifi/java/src/android/net/wifi/sharedconnectivity/app/
DHotspotNetwork.java189 public Builder addHotspotSecurityType(@SecurityType int hotspotSecurityType) { in addHotspotSecurityType() method in HotspotNetwork.Builder
/frameworks/base/core/api/
Dsystem-current.txt10252 … public android.net.wifi.sharedconnectivity.app.HotspotNetwork.Builder addHotspotSecurityType(int);