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.java170 private int[] mSupportedChannelListIn24g = EMPTY_INT_ARRAY; field in SoftApCapability
267 mSupportedChannelListIn24g = supportedChannelList; in setSupportedChannelList()
303 return mSupportedChannelListIn24g; in getSupportedChannelList()
322 mSupportedChannelListIn24g = source.mSupportedChannelListIn24g; in SoftApCapability()
354 dest.writeIntArray(mSupportedChannelListIn24g); in writeToParcel()
387 .append(Arrays.toString(mSupportedChannelListIn24g)); in toString()
403 && Arrays.equals(mSupportedChannelListIn24g, capability.mSupportedChannelListIn24g) in equals()
413 Arrays.hashCode(mSupportedChannelListIn24g), in hashCode()