Searched refs:mAllowedAcsChannels2g (Results 1 – 1 of 1) sorted by relevance
249 private final @NonNull Set<Integer> mAllowedAcsChannels2g; field in SoftApConfiguration503 mAllowedAcsChannels2g = new HashSet<>(allowedAcsChannels24g); in SoftApConfiguration()542 && Objects.equals(mAllowedAcsChannels2g, other.mAllowedAcsChannels2g) in equals()572 mAllowedAcsChannels2g, in hashCode()606 sbuf.append(" \n mAllowedAcsChannels2g = ").append(mAllowedAcsChannels2g); in toString()636 writeHashSetInt(dest, mAllowedAcsChannels2g); in writeToParcel()1111 return mAllowedAcsChannels2g.stream().mapToInt(Integer::intValue).toArray(); in getAllowedAcsChannels()1310 private Set<Integer> mAllowedAcsChannels2g; field in SoftApConfiguration.Builder1345 mAllowedAcsChannels2g = new HashSet<>(); in Builder()1383 mAllowedAcsChannels2g = new HashSet<>(other.mAllowedAcsChannels2g); in Builder()[all …]