Searched refs:mHotspotSecurityTypes (Results 1 – 1 of 1) sorted by relevance
89 private final ArraySet<Integer> mHotspotSecurityTypes; field in HotspotNetwork107 private final ArraySet<Integer> mHotspotSecurityTypes = new ArraySet<>(); field in HotspotNetwork.Builder190 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()