Searched refs:mSupportedChannelListIn5g (Results 1 – 1 of 1) sorted by relevance
149 private int[] mSupportedChannelListIn5g = EMPTY_INT_ARRAY; field in SoftApCapability209 mSupportedChannelListIn5g = supportedChannelList; in setSupportedChannelList()242 return mSupportedChannelListIn5g; in getSupportedChannelList()260 mSupportedChannelListIn5g = source.mSupportedChannelListIn5g; in SoftApCapability()291 dest.writeIntArray(mSupportedChannelListIn5g); in writeToParcel()322 sbuf.append("SupportedChannelListIn5g").append(Arrays.toString(mSupportedChannelListIn5g)); in toString()337 && Arrays.equals(mSupportedChannelListIn5g, capability.mSupportedChannelListIn5g) in equals()346 Arrays.hashCode(mSupportedChannelListIn5g), in hashCode()