Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApConfiguration.java636 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