Searched refs:mPsc (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/telephony/java/android/telephony/gsm/ |
D | GsmCellLocation.java | 30 private int mPsc; field in GsmCellLocation 38 mPsc = -1; in GsmCellLocation() 47 mPsc = bundle.getInt("psc", -1); in GsmCellLocation() 71 return mPsc; in getPsc() 81 mPsc = -1; in setStateInvalid() 98 mPsc = psc; in setPsc() 121 && equalsHandlesNulls(mPsc, s.mPsc); in equals() 126 return "["+ mLac + "," + mCid + "," + mPsc + "]"; in toString() 148 m.putInt("psc", mPsc); in fillInNotifierBundle() 155 return (mLac == -1 && mCid == -1 && mPsc == -1); in isEmpty()
|
/frameworks/base/telephony/java/android/telephony/ |
D | NeighboringCellInfo.java | 74 private int mPsc; field in NeighboringCellInfo 96 mPsc = UNKNOWN_CID; in NeighboringCellInfo() 128 mPsc = UNKNOWN_CID; in NeighboringCellInfo() 144 mPsc = info.getCellIdentity().getPsc(); in NeighboringCellInfo() 145 if (mPsc == Integer.MAX_VALUE) mPsc = UNKNOWN_CID; in NeighboringCellInfo() 162 mPsc = UNKNOWN_CID; in NeighboringCellInfo() 192 mPsc = Integer.parseInt(location, 16); in NeighboringCellInfo() 197 mPsc = UNKNOWN_CID; in NeighboringCellInfo() 211 mPsc = in.readInt(); in NeighboringCellInfo() 247 return mPsc; in getPsc() [all …]
|
D | CellIdentityWcdma.java | 49 private final int mPsc; field in CellIdentityWcdma 67 mPsc = CellInfo.UNAVAILABLE; in CellIdentityWcdma() 96 mPsc = inRangeOrUnavailable(psc, 0, MAX_PSC); in CellIdentityWcdma() 133 this(cid.mLac, cid.mCid, cid.mPsc, cid.mUarfcn, cid.mMccStr, in CellIdentityWcdma() 203 return mPsc; in getPsc() 232 return Objects.hash(mLac, mCid, mPsc, mAdditionalPlmns.hashCode(), super.hashCode()); in hashCode() 272 int psc = mPsc != CellInfo.UNAVAILABLE ? mPsc : -1; in asCellLocation() 292 && mPsc == o.mPsc in equals() 306 .append(" mPsc=").append(mPsc) in toString() 324 dest.writeInt(mPsc); in writeToParcel() [all …]
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 67077 Landroid/telephony/CellIdentityWcdma;->mPsc:I 67663 Landroid/telephony/gsm/GsmCellLocation;->mPsc:I
|