Lines Matching refs:mCellBandwidths
334 private int[] mCellBandwidths = new int[0]; field in ServiceState
421 mCellBandwidths = s.mCellBandwidths == null ? null : in copyFrom()
422 Arrays.copyOf(s.mCellBandwidths, s.mCellBandwidths.length); in copyFrom()
464 mCellBandwidths = in.createIntArray(); in ServiceState()
494 out.writeIntArray(mCellBandwidths); in writeToParcel()
590 return mCellBandwidths == null ? new int[0] : mCellBandwidths; in getCellBandwidths()
840 Arrays.hashCode(mCellBandwidths), in hashCode()
875 && Arrays.equals(mCellBandwidths, s.mCellBandwidths) in equals()
1029 .append(", mCellBandwidths=").append(Arrays.toString(mCellBandwidths)) in toString()
1062 mCellBandwidths = new int[0]; in init()
1130 mCellBandwidths = bandwidths; in setCellBandwidths()
1335 m.putIntArray("CellBandwidths", mCellBandwidths); in fillInNotifierBundle()