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