Home
last modified time | relevance | path

Searched refs:getLac (Results 1 – 13 of 13) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNeighboringCellInfoTest.java37 assertEquals(0xfff, nc.getLac()); in testConstructor()
45 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getLac()); in testConstructor()
52 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getLac()); in testConstructor()
63 assertEquals(0x1234, nc.getLac()); in testParcel()
75 assertEquals(0x1234, nw.getLac()); in testParcel()
/frameworks/base/telephony/java/android/telephony/gsm/
DGsmCellLocation.java51 public int getLac() { in getLac() method in GsmCellLocation
/frameworks/opt/telephony/src/java/android/telephony/
DSmsCbLocation.java89 public int getLac() { in getLac() method in SmsCbLocation
DCellBroadcastMessage.java261 if (location.getLac() != -1) { in getContentValues()
262 cv.put(Telephony.CellBroadcasts.LAC, location.getLac()); in getContentValues()
/frameworks/base/telephony/java/android/telephony/
DCellIdentityGsm.java95 public int getLac() { in getLac() method in CellIdentityGsm
DCellIdentityWcdma.java101 public int getLac() { in getLac() method in CellIdentityWcdma
DNeighboringCellInfo.java185 public int getLac() { in getLac() method in NeighboringCellInfo
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmCellBroadcastHandler.java121 lac = cellLocation.getLac(); in handleGsmBroadcastSms()
DGsmServiceStateTracker.java1648 if ((mCellLoc.getLac() >= 0) && (mCellLoc.getCid() >= 0)) { in getCellLocation()
1671 cellLocOther.setLacAndCid(cellIdentityGsm.getLac(), in getCellLocation()
1679 cellLocOther.setLacAndCid(cellIdentityWcdma.getLac(), in getCellLocation()
1685 ((cellLocOther.getLac() < 0) || (cellLocOther.getCid() < 0))) { in getCellLocation()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
DTrackerService.java351 ", lac=" + cellLocation.getLac();
/frameworks/base/services/core/java/com/android/server/location/
DGpsLocationProvider.java1932 gsm_cell.getLac(), gsm_cell.getCid()); in requestRefLocation()
/frameworks/base/api/
Dcurrent.txt30645 method public int getLac();
30667 method public int getLac();
30803 method public int getLac();
31229 method public int getLac();
Dsystem-current.txt32879 method public int getLac();
32901 method public int getLac();
33037 method public int getLac();
33512 method public int getLac();