/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | NeighboringCellInfoTest.java | 37 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()
|
D | CellIdentityWcdmaTest.java | 50 assertEquals(LAC, ci.getLac()); in testDefaultConstructor() 134 assertEquals(LAC, ci.getLac()); in testFormerConstructor()
|
D | CellIdentityGsmTest.java | 51 assertEquals(LAC, ci.getLac()); in testDefaultConstructor() 134 assertEquals(LAC, ci.getLac()); in testFormerConstructor()
|
D | CellIdentityTdscdmaTest.java | 59 assertEquals(LAC, ci.getLac()); in testDefaultConstructor()
|
D | ServiceStateTrackerTest.java | 639 assertEquals(2, cl.getLac()); in testGsmCellLocation()
|
/frameworks/base/telephony/java/android/telephony/gsm/ |
D | GsmCellLocation.java | 51 public int getLac() { in getLac() method in GsmCellLocation
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | SmsCbLocation.java | 89 public int getLac() { in getLac() method in SmsCbLocation
|
/frameworks/base/telephony/java/android/telephony/ |
D | NeighboringCellInfo.java | 185 public int getLac() { in getLac() method in NeighboringCellInfo
|
D | CellIdentityTdscdma.java | 126 public int getLac() { in getLac() method in CellIdentityTdscdma
|
D | CellIdentityWcdma.java | 133 public int getLac() { in getLac() method in CellIdentityWcdma
|
D | CellIdentityGsm.java | 134 public int getLac() { in getLac() method in CellIdentityGsm
|
/frameworks/opt/telephony/src/java/android/telephony/ |
D | CellBroadcastMessage.java | 261 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/ |
D | GsmCellBroadcastHandler.java | 121 lac = cellLocation.getLac(); in handleGsmBroadcastSms()
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/ |
D | TrackerService.java | 351 ", lac=" + cellLocation.getLac();
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 915 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/ |
D | GnssLocationProvider.java | 2261 gsm_cell.getLac(), gsm_cell.getCid());
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 28206 method public int getLac(); 28228 method public int getLac(); 28359 method public int getLac(); 28769 method public int getLac();
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 42747 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
|
D | boot-image-profile.txt | 30296 HSPLandroid/telephony/CellIdentityGsm;->getLac()I 30318 HSPLandroid/telephony/CellIdentityWcdma;->getLac()I 30856 HSPLandroid/telephony/gsm/GsmCellLocation;->getLac()I
|
/frameworks/base/api/ |
D | current.txt | 41812 method public int getLac(); 41841 method public int getLac(); 41850 method public int getLac(); 42035 method public int getLac(); 42808 method public int getLac();
|