Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentityWcdma.java67 public CellIdentityWcdma (int mcc, int mnc, int lac, int cid, int psc) { in CellIdentityWcdma()
82 public CellIdentityWcdma (int mcc, int mnc, 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.java967 ProfileServiceConnections psc = mProfileServices.get(new Integer(bluetoothProfile)); in bindBluetoothProfileService() local
996 ProfileServiceConnections psc = mProfileServices.get(new Integer(bluetoothProfile)); in unbindBluetoothProfileService() local
1007 ProfileServiceConnections psc = mProfileServices.get(i); in unbindAllBluetoothProfileServices() local
1494 ProfileServiceConnections psc = mProfileServices.get( in handleMessage() local
1506 ProfileServiceConnections psc = (ProfileServiceConnections) msg.obj; in handleMessage() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java919 int psc = -1; in processCellLocationInfo() local