Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApCapability.java175 private int[] mSupportedChannelListIn5g = EMPTY_INT_ARRAY; field in SoftApCapability
270 mSupportedChannelListIn5g = supportedChannelList; in setSupportedChannelList()
305 return mSupportedChannelListIn5g; in getSupportedChannelList()
323 mSupportedChannelListIn5g = source.mSupportedChannelListIn5g; in SoftApCapability()
355 dest.writeIntArray(mSupportedChannelListIn5g); in writeToParcel()
388 sbuf.append(" SupportedChannelListIn5g").append(Arrays.toString(mSupportedChannelListIn5g)); in toString()
404 && Arrays.equals(mSupportedChannelListIn5g, capability.mSupportedChannelListIn5g) in equals()
414 Arrays.hashCode(mSupportedChannelListIn5g), in hashCode()