Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/gsm/
DGsmCellLocation.java100 public void setPsc(int psc) { in setPsc() method in GsmCellLocation
/frameworks/base/telephony/java/android/telephony/
DCellIdentityNr.java130 cl.setPsc(0); in asCellLocation()
DCellIdentityTdscdma.java227 cl.setPsc(-1); // There is no PSC for TD-SCDMA; not using this for CPI to stem shenanigans in asCellLocation()
DCellIdentityGsm.java239 cl.setPsc(-1); in asCellLocation()
DCellIdentityWcdma.java252 cl.setPsc(psc); in asCellLocation()
DCellIdentityLte.java305 cl.setPsc(0); in asCellLocation()