Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentityWcdma.java73 public CellIdentityWcdma (int lac, int cid, int psc, int uarfcn, in CellIdentityWcdma()
204 int psc = mPsc != CellInfo.UNAVAILABLE ? mPsc : -1; in asCellLocation() local
/frameworks/base/telephony/java/android/telephony/gsm/
DGsmCellLocation.java97 public void setPsc(int psc) { in setPsc()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java1106 ProfileServiceConnections psc = mProfileServices.get(new Integer(bluetoothProfile)); in bindBluetoothProfileService() local
1140 ProfileServiceConnections psc = mProfileServices.get(profile); in unbindBluetoothProfileService() local
1160 ProfileServiceConnections psc = mProfileServices.get(i); in unbindAllBluetoothProfileServices() local
1709 ProfileServiceConnections psc = mProfileServices.get(msg.arg1); in handleMessage() local
1719 ProfileServiceConnections psc = (ProfileServiceConnections) msg.obj; in handleMessage() local