Home
last modified time | relevance | path

Searched refs:getLac (Results 1 – 20 of 20) 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()
DCellIdentityWcdmaTest.java50 assertEquals(LAC, ci.getLac()); in testDefaultConstructor()
134 assertEquals(LAC, ci.getLac()); in testFormerConstructor()
DCellIdentityGsmTest.java51 assertEquals(LAC, ci.getLac()); in testDefaultConstructor()
134 assertEquals(LAC, ci.getLac()); in testFormerConstructor()
DCellIdentityTdscdmaTest.java59 assertEquals(LAC, ci.getLac()); in testDefaultConstructor()
DServiceStateTrackerTest.java639 assertEquals(2, cl.getLac()); in testGsmCellLocation()
/frameworks/base/telephony/java/android/telephony/gsm/
DGsmCellLocation.java51 public int getLac() { in getLac() method in GsmCellLocation
/frameworks/base/telephony/java/com/android/internal/telephony/
DSmsCbLocation.java89 public int getLac() { in getLac() method in SmsCbLocation
/frameworks/base/telephony/java/android/telephony/
DNeighboringCellInfo.java185 public int getLac() { in getLac() method in NeighboringCellInfo
DCellIdentityTdscdma.java126 public int getLac() { in getLac() method in CellIdentityTdscdma
DCellIdentityWcdma.java133 public int getLac() { in getLac() method in CellIdentityWcdma
DCellIdentityGsm.java134 public int getLac() { in getLac() method in CellIdentityGsm
/frameworks/opt/telephony/src/java/android/telephony/
DCellBroadcastMessage.java261 if (location.getLac() != -1) { in getContentValues()
262 cv.put(Telephony.CellBroadcasts.LAC, location.getLac()); in getContentValues()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmCellBroadcastHandler.java121 lac = cellLocation.getLac(); in handleGsmBroadcastSms()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
DTrackerService.java351 ", lac=" + cellLocation.getLac();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java915 lac = ((CellIdentityGsm) cellIdentity).getLac(); in processCellLocationInfo()
920 lac = ((CellIdentityWcdma) cellIdentity).getLac(); in processCellLocationInfo()
926 lac = ((CellIdentityTdscdma) cellIdentity).getLac(); in processCellLocationInfo()
3468 if (((GsmCellLocation)mCellLoc).getLac() >= 0 && in getCellLocation()
3492 cellLocOther.setLacAndCid(cellIdentityGsm.getLac(), in getCellLocation()
3500 cellLocOther.setLacAndCid(cellIdentityWcdma.getLac(), in getCellLocation()
3506 ((cellLocOther.getLac() < 0) || (cellLocOther.getCid() < 0))) { in getCellLocation()
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java2261 gsm_cell.getLac(), gsm_cell.getCid());
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28206 method public int getLac();
28228 method public int getLac();
28359 method public int getLac();
28769 method public int getLac();
/frameworks/base/config/
Dhiddenapi-public-dex.txt42747 Landroid/telephony/CellIdentityGsm;->getLac()I
42778 Landroid/telephony/CellIdentityTdscdma;->getLac()I
42788 Landroid/telephony/CellIdentityWcdma;->getLac()I
43110 Landroid/telephony/gsm/GsmCellLocation;->getLac()I
44089 Landroid/telephony/NeighboringCellInfo;->getLac()I
Dboot-image-profile.txt30296 HSPLandroid/telephony/CellIdentityGsm;->getLac()I
30318 HSPLandroid/telephony/CellIdentityWcdma;->getLac()I
30856 HSPLandroid/telephony/gsm/GsmCellLocation;->getLac()I
/frameworks/base/api/
Dcurrent.txt41812 method public int getLac();
41841 method public int getLac();
41850 method public int getLac();
42035 method public int getLac();
42808 method public int getLac();