Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApCapability.java180 private int[] mSupportedChannelListIn6g = EMPTY_INT_ARRAY; field in SoftApCapability
273 mSupportedChannelListIn6g = supportedChannelList; in setSupportedChannelList()
307 return mSupportedChannelListIn6g; in getSupportedChannelList()
324 mSupportedChannelListIn6g = source.mSupportedChannelListIn6g; in SoftApCapability()
356 dest.writeIntArray(mSupportedChannelListIn6g); in writeToParcel()
389 sbuf.append(" SupportedChannelListIn6g").append(Arrays.toString(mSupportedChannelListIn6g)); in toString()
405 && Arrays.equals(mSupportedChannelListIn6g, capability.mSupportedChannelListIn6g) in equals()
415 Arrays.hashCode(mSupportedChannelListIn6g), in hashCode()