Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/src/android/net/wifi/sharedconnectivity/app/
DHotspotNetwork.java89 private final ArraySet<Integer> mHotspotSecurityTypes; field in HotspotNetwork
107 private final ArraySet<Integer> mHotspotSecurityTypes = new ArraySet<>(); field in HotspotNetwork.Builder
190 mHotspotSecurityTypes.add(hotspotSecurityType); in addHotspotSecurityType()
219 mHotspotSecurityTypes, in build()
260 mHotspotSecurityTypes = new ArraySet<>(hotspotSecurityTypes); in HotspotNetwork()
331 return mHotspotSecurityTypes; in getHotspotSecurityTypes()
354 && Objects.equals(mHotspotSecurityTypes, other.getHotspotSecurityTypes()); in equals()
360 mHotspotBssid, mHotspotSecurityTypes); in hashCode()
376 dest.writeArraySet(mHotspotSecurityTypes); in writeToParcel()
414 .append(", hotspotSecurityTypes=").append(mHotspotSecurityTypes.toString()) in toString()