Searched refs:mSupportedChannelListIn5g (Results 1 – 1 of 1) sorted by relevance
175 private int[] mSupportedChannelListIn5g = EMPTY_INT_ARRAY; field in SoftApCapability270 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()