Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApCapability.java144 private int[] mSupportedChannelListIn24g = EMPTY_INT_ARRAY; field in SoftApCapability
206 mSupportedChannelListIn24g = supportedChannelList; in setSupportedChannelList()
240 return mSupportedChannelListIn24g; in getSupportedChannelList()
259 mSupportedChannelListIn24g = source.mSupportedChannelListIn24g; in SoftApCapability()
290 dest.writeIntArray(mSupportedChannelListIn24g); in writeToParcel()
321 .append(Arrays.toString(mSupportedChannelListIn24g)); in toString()
336 && Arrays.equals(mSupportedChannelListIn24g, capability.mSupportedChannelListIn24g) in equals()
345 Arrays.hashCode(mSupportedChannelListIn24g), in hashCode()