/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 | CellIdentityTest.java | 83 assertEquals(CellInfo.UNAVAILABLE, gsm.getLac()); in testConstructCellIdentityGsm() 91 assertEquals(MAX_LAC, gsm.getLac()); in testConstructCellIdentityGsm() 100 assertEquals(CellInfo.UNAVAILABLE, gsm.getLac()); in testConstructCellIdentityGsm()
|
D | CellIdentityTdscdmaTest.java | 60 assertEquals(CellInfo.UNAVAILABLE, ci.getLac()); in testDefaultConstructor() 79 assertEquals(LAC, ci.getLac()); in testConstructor()
|
D | DefaultPhoneNotifierTest.java | 257 assertEquals(2, cellLocationCapture.getValue().asCellLocation().getLac()); in testNotifyCellLocation() 265 assertEquals(2, cellLocationCapture.getValue().asCellLocation().getLac()); in testNotifyCellLocation()
|
D | CellIdentityWcdmaTest.java | 52 assertEquals(LAC, ci.getLac()); in testDefaultConstructor()
|
D | CellIdentityGsmTest.java | 52 assertEquals(LAC, ci.getLac()); in testDefaultConstructor()
|
D | ServiceStateTrackerTest.java | 906 assertEquals(2, cl.getLac()); in testGsmCellLocation()
|
/frameworks/base/telephony/java/android/telephony/ |
D | NeighboringCellInfo.java | 122 mLac = info.getCellIdentity().getLac(); in NeighboringCellInfo() 138 mLac = info.getCellIdentity().getLac(); in NeighboringCellInfo() 230 public int getLac() { in getLac() method in NeighboringCellInfo
|
D | SmsCbLocation.java | 102 public int getLac() { in getLac() method in SmsCbLocation
|
D | SmsCbMessage.java | 580 if (mLocation.getLac() != -1) { in getContentValues() 581 cv.put(CellBroadcasts.LAC, mLocation.getLac()); in getContentValues()
|
D | CellIdentityGsm.java | 177 public int getLac() { in getLac() method in CellIdentityGsm
|
D | CellIdentityTdscdma.java | 192 public int getLac() { in getLac() method in CellIdentityTdscdma
|
D | CellIdentityWcdma.java | 185 public int getLac() { in getLac() method in CellIdentityWcdma
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/dataconnection/ |
D | VendorDataResetEventTracker.java | 150 || mPreviousLocation.getLac() != currentLocation in startResetEventTracker() 151 .getLac()) { in startResetEventTracker()
|
/frameworks/base/telephony/java/android/telephony/gsm/ |
D | GsmCellLocation.java | 53 public int getLac() { in getLac() method in GsmCellLocation
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/ |
D | TrackerService.java | 351 ", lac=" + cellLocation.getLac();
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GnssLocationProvider.java | 2000 gsm_cell.getLac(), gsm_cell.getCid());
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 614 method public int getLac();
|
/frameworks/base/api/ |
D | system-current.txt | 8860 method public int getLac();
|
D | current.txt | 45034 method public int getLac(); 45081 method public int getLac(); 45094 method public int getLac(); 45427 method @Deprecated public int getLac(); 46542 method public int getLac();
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 8758 method public int getLac();
|
D | current.txt | 44890 method public int getLac(); 44937 method public int getLac(); 44950 method public int getLac(); 45283 method @Deprecated public int getLac(); 46398 method public int getLac();
|
/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();
|