/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | NeighboringCellInfoTest.java | 38 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()
|
D | CellIdentityTest.java | 84 assertEquals(CellInfo.UNAVAILABLE, gsm.getLac()); in testConstructCellIdentityGsm() 92 assertEquals(MAX_LAC, gsm.getLac()); in testConstructCellIdentityGsm() 101 assertEquals(CellInfo.UNAVAILABLE, gsm.getLac()); in testConstructCellIdentityGsm()
|
D | CellIdentityTdscdmaTest.java | 61 assertEquals(CellInfo.UNAVAILABLE, ci.getLac()); in testDefaultConstructor() 80 assertEquals(LAC, ci.getLac()); in testConstructor()
|
D | DefaultPhoneNotifierTest.java | 372 assertEquals(2, cellLocationCapture.getValue().asCellLocation().getLac()); in testNotifyCellLocation() 380 assertEquals(2, cellLocationCapture.getValue().asCellLocation().getLac()); in testNotifyCellLocation()
|
D | CellIdentityWcdmaTest.java | 53 assertEquals(LAC, ci.getLac()); in testDefaultConstructor()
|
D | CellIdentityGsmTest.java | 53 assertEquals(LAC, ci.getLac()); in testDefaultConstructor()
|
D | ServiceStateTrackerTest.java | 958 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 | CellIdentityTdscdma.java | 169 public int getLac() { in getLac() method in CellIdentityTdscdma
|
D | CellIdentityGsm.java | 156 public int getLac() { in getLac() method in CellIdentityGsm
|
D | CellIdentityWcdma.java | 163 public int getLac() { in getLac() method in CellIdentityWcdma
|
/frameworks/base/telephony/java/android/telephony/gsm/ |
D | GsmCellLocation.java | 56 public int getLac() { in getLac() method in GsmCellLocation
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | LinkBandwidthEstimator.java | 1099 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/ |
D | TrackerService.java | 351 ", lac=" + cellLocation.getLac();
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssLocationProvider.java | 1545 lac = cig.getLac(); in setRefLocation() 1550 lac = ciw.getLac(); in setRefLocation()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 2503 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 44392 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();
|
D | system-current.txt | 15077 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();
|