Home
last modified time | relevance | path

Searched defs:psc (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellIdentityWcdma.java91 public CellIdentityWcdma(int lac, int cid, int psc, int uarfcn, @Nullable String mccStr, in CellIdentityWcdma()
250 int psc = mPsc != CellInfo.UNAVAILABLE ? mPsc : -1; in asCellLocation() local
/frameworks/base/telephony/java/android/telephony/gsm/
DGsmCellLocation.java100 public void setPsc(int psc) { in setPsc()