Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNeighboringCellInfoTest.java38 assertEquals(0xfff, nc.getLac()); in testConstructor()
46 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getLac()); in testConstructor()
53 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getLac()); in testConstructor()
64 assertEquals(0x1234, nc.getLac()); in testParcel()
76 assertEquals(0x1234, nw.getLac()); in testParcel()
DCellIdentityTest.java84 assertEquals(CellInfo.UNAVAILABLE, gsm.getLac()); in testConstructCellIdentityGsm()
92 assertEquals(MAX_LAC, gsm.getLac()); in testConstructCellIdentityGsm()
101 assertEquals(CellInfo.UNAVAILABLE, gsm.getLac()); in testConstructCellIdentityGsm()
DCellIdentityTdscdmaTest.java61 assertEquals(CellInfo.UNAVAILABLE, ci.getLac()); in testDefaultConstructor()
80 assertEquals(LAC, ci.getLac()); in testConstructor()
DDefaultPhoneNotifierTest.java372 assertEquals(2, cellLocationCapture.getValue().asCellLocation().getLac()); in testNotifyCellLocation()
380 assertEquals(2, cellLocationCapture.getValue().asCellLocation().getLac()); in testNotifyCellLocation()
DCellIdentityWcdmaTest.java53 assertEquals(LAC, ci.getLac()); in testDefaultConstructor()
DCellIdentityGsmTest.java53 assertEquals(LAC, ci.getLac()); in testDefaultConstructor()
DServiceStateTrackerTest.java958 assertEquals(2, cl.getLac()); in testGsmCellLocation()
/frameworks/base/telephony/java/android/telephony/
DNeighboringCellInfo.java122 mLac = info.getCellIdentity().getLac(); in NeighboringCellInfo()
138 mLac = info.getCellIdentity().getLac(); in NeighboringCellInfo()
230 public int getLac() { in getLac() method in NeighboringCellInfo
DSmsCbLocation.java102 public int getLac() { in getLac() method in SmsCbLocation
DSmsCbMessage.java580 if (mLocation.getLac() != -1) { in getContentValues()
581 cv.put(CellBroadcasts.LAC, mLocation.getLac()); in getContentValues()
DCellIdentityTdscdma.java169 public int getLac() { in getLac() method in CellIdentityTdscdma
DCellIdentityGsm.java156 public int getLac() { in getLac() method in CellIdentityGsm
DCellIdentityWcdma.java163 public int getLac() { in getLac() method in CellIdentityWcdma
/frameworks/base/telephony/java/android/telephony/gsm/
DGsmCellLocation.java56 public int getLac() { in getLac() method in GsmCellLocation
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DLinkBandwidthEstimator.java1099 return ((CellIdentityWcdma) cellIdentity).getLac(); in getTac()
1102 return ((CellIdentityTdscdma) cellIdentity).getLac(); in getTac()
1105 return ((CellIdentityGsm) cellIdentity).getLac(); in getTac()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
DTrackerService.java351 ", lac=" + cellLocation.getLac();
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java1545 lac = cig.getLac(); in setRefLocation()
1550 lac = ciw.getLac(); in setRefLocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java2503 case CellInfo.TYPE_GSM: return ((CellIdentityGsm) id).getLac(); in getAreaCodeFromCellIdentity()
2504 case CellInfo.TYPE_WCDMA: return ((CellIdentityWcdma) id).getLac(); in getAreaCodeFromCellIdentity()
2505 case CellInfo.TYPE_TDSCDMA: return ((CellIdentityTdscdma) id).getLac(); in getAreaCodeFromCellIdentity()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt44392 method public int getLac();
44436 method public int getLac();
44448 method public int getLac();
45168 method @Deprecated public int getLac();
46808 method @Deprecated public int getLac();
Dsystem-current.txt15077 method public int getLac();
/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();