Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/gsm/
DGsmCellLocation.java100 public void setPsc(int psc) { in setPsc() argument
101 mPsc = psc; in setPsc()
/frameworks/base/telephony/java/android/telephony/
DCellIdentityWcdma.java91 public CellIdentityWcdma(int lac, int cid, int psc, int uarfcn, @Nullable String mccStr, in CellIdentityWcdma() argument
98 mPsc = inRangeOrUnavailable(psc, 0, MAX_PSC); in CellIdentityWcdma()
250 int psc = mPsc != CellInfo.UNAVAILABLE ? mPsc : -1; in asCellLocation() local
252 cl.setPsc(psc); in asCellLocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java2734 return new CellIdentityWcdma(ci.base.lac, ci.base.cid, ci.base.psc, ci.base.uarfcn, in convertHalCellIdentityWcdma()
2740 return new CellIdentityWcdma(ci.base.base.lac, ci.base.base.cid, ci.base.base.psc, in convertHalCellIdentityWcdma()
2756 return new CellIdentityWcdma(cid.lac, cid.cid, cid.psc, cid.uarfcn, cid.mcc, cid.mnc, in convertHalCellIdentityWcdma()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1869 cellIdentity0.psc = PSC; in getCellIdentityWcdma_1_2()