Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApCapability.java159 private int[] mSupportedChannelListIn60g = EMPTY_INT_ARRAY; field in SoftApCapability
215 mSupportedChannelListIn60g = supportedChannelList; in setSupportedChannelList()
246 return mSupportedChannelListIn60g; in getSupportedChannelList()
262 mSupportedChannelListIn60g = source.mSupportedChannelListIn60g; in SoftApCapability()
293 dest.writeIntArray(mSupportedChannelListIn60g); in writeToParcel()
325 .append(Arrays.toString(mSupportedChannelListIn60g)); in toString()
339 && Arrays.equals(mSupportedChannelListIn60g, capability.mSupportedChannelListIn60g); in equals()
348 Arrays.hashCode(mSupportedChannelListIn60g)); in hashCode()