Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentityWcdma.java61 public CellIdentityWcdma (int mcc, int mnc, int lac, int cid, int psc) { in CellIdentityWcdma()
77 public CellIdentityWcdma (int mcc, int mnc, int lac, int cid, int psc, int uarfcn) { in CellIdentityWcdma()
94 public CellIdentityWcdma (int lac, int cid, int psc, int uarfcn, in CellIdentityWcdma()
/frameworks/base/telephony/java/android/telephony/gsm/
DGsmCellLocation.java94 public void setPsc(int psc) { in setPsc()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java1037 ProfileServiceConnections psc = mProfileServices.get(new Integer(bluetoothProfile)); in bindBluetoothProfileService() local
1070 ProfileServiceConnections psc = mProfileServices.get(new Integer(bluetoothProfile)); in unbindBluetoothProfileService() local
1081 ProfileServiceConnections psc = mProfileServices.get(i); in unbindAllBluetoothProfileServices() local
1601 ProfileServiceConnections psc = mProfileServices.get(msg.arg1); in handleMessage() local
1611 ProfileServiceConnections psc = (ProfileServiceConnections) msg.obj; in handleMessage() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java908 int psc = -1; in processCellLocationInfo() local
DRIL.java5274 Parcel p, int lac, int cid, int psc, int uarfcn, String mcc, String mnc, in writeToParcelForWcdma()