Searched refs:getPsc (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DNeighboringCellInfoTest.java39 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getPsc());
46 assertEquals(0x1ff, nc.getPsc());
53 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getPsc());
65 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getPsc());
77 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nw.getPsc());
/frameworks/base/telephony/java/android/telephony/gsm/
H A DGsmCellLocation.java68 public int getPsc() { method in class:GsmCellLocation
/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityGsm.java110 public int getPsc() { method in class:CellIdentityGsm
H A DCellIdentityWcdma.java115 public int getPsc() { method in class:CellIdentityWcdma
H A DNeighboringCellInfo.java201 public int getPsc() { method in class:NeighboringCellInfo
223 * which {@link NeighboringCellInfo#getPsc NeighboringCellInfo.getPsc}
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java1621 cellLocOther.setPsc(cellIdentityGsm.getPsc());
1629 cellLocOther.setPsc(cellIdentityWcdma.getPsc());

Completed in 535 milliseconds