Searched defs:psc (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityWcdma.java | 61 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/ |
D | GsmCellLocation.java | 94 public void setPsc(int psc) { in setPsc()
|
/frameworks/base/services/core/java/com/android/server/ |
D | BluetoothManagerService.java | 1037 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/ |
D | ServiceStateTracker.java | 908 int psc = -1; in processCellLocationInfo() local
|
D | RIL.java | 5274 Parcel p, int lac, int cid, int psc, int uarfcn, String mcc, String mnc, in writeToParcelForWcdma()
|