Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DServiceState.java357 private int[] mCellBandwidths = new int[0]; field in ServiceState
445 mCellBandwidths = s.mCellBandwidths == null ? null : in copyFrom()
446 Arrays.copyOf(s.mCellBandwidths, s.mCellBandwidths.length); in copyFrom()
488 mCellBandwidths = in.createIntArray(); in ServiceState()
516 out.writeIntArray(mCellBandwidths); in writeToParcel()
632 return mCellBandwidths == null ? new int[0] : mCellBandwidths; in getCellBandwidths()
980 Arrays.hashCode(mCellBandwidths), in hashCode()
1013 && Arrays.equals(mCellBandwidths, s.mCellBandwidths) in equals()
1189 .append(", mCellBandwidths=").append(Arrays.toString(mCellBandwidths)) in toString()
1226 mCellBandwidths = new int[0]; in init()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt54495 Landroid/telephony/ServiceState;->mCellBandwidths:[I