Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DServiceState.java334 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()
[all …]