Searched refs:psc (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/telephony/java/android/telephony/gsm/
H A DGsmCellLocation.java45 mPsc = bundle.getInt("psc", mPsc);
93 public void setPsc(int psc) { argument
94 mPsc = psc;
144 m.putInt("psc", mPsc);
/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityWcdma.java58 * @param psc 9-bit UMTS Primary Scrambling Code
62 public CellIdentityWcdma (int mcc, int mnc, int lac, int cid, int psc) { argument
67 mPsc = psc;
/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java532 ProfileServiceConnections psc = mProfileServices.get(new Integer(bluetoothProfile));
533 if (psc == null) {
542 psc = new ProfileServiceConnections(intent);
543 if (!psc.bindService()) return false;
545 mProfileServices.put(new Integer(bluetoothProfile), psc);
561 ProfileServiceConnections psc = mProfileServices.get(new Integer(bluetoothProfile));
562 if (psc == null) {
565 psc.removeProxy(proxy);
572 ProfileServiceConnections psc = mProfileServices.get(i);
574 mContext.unbindService(psc);
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java718 int psc = -1;
737 psc = Integer.parseInt(states[14], 16);
763 mNewCellLoc.setPsc(psc);

Completed in 140 milliseconds