Searched refs:writeHashSetInt (Results 1 – 1 of 1) sorted by relevance
604 writeHashSetInt(dest, mAllowedAcsChannels2g); in writeToParcel()605 writeHashSetInt(dest, mAllowedAcsChannels5g); in writeToParcel()606 writeHashSetInt(dest, mAllowedAcsChannels6g); in writeToParcel()645 private static void writeHashSetInt(@NonNull Parcel dest, @NonNull Set<Integer> set) { in writeHashSetInt() method in SoftApConfiguration