Searched refs:mCellBandwidths (Results 1 – 2 of 2) sorted by relevance
354 private int[] mCellBandwidths = new int[0]; field in ServiceState440 mCellBandwidths = s.mCellBandwidths == null ? null : in copyFrom()441 Arrays.copyOf(s.mCellBandwidths, s.mCellBandwidths.length); in copyFrom()481 mCellBandwidths = in.createIntArray(); in ServiceState()509 out.writeIntArray(mCellBandwidths); in writeToParcel()624 return mCellBandwidths == null ? new int[0] : mCellBandwidths; in getCellBandwidths()879 Arrays.hashCode(mCellBandwidths), in hashCode()912 && Arrays.equals(mCellBandwidths, s.mCellBandwidths) in equals()1087 .append(", mCellBandwidths=").append(Arrays.toString(mCellBandwidths)) in toString()1120 mCellBandwidths = new int[0]; in init()[all …]
69161 Landroid/telephony/ServiceState;->mCellBandwidths:[I