Home
last modified time | relevance | path

Searched refs:cellIdentityNr (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellInfoNr.java57 CellIdentityNr cellIdentityNr, CellSignalStrengthNr cellSignalStrengthNr) { in CellInfoNr() argument
59 mCellIdentity = cellIdentityNr; in CellInfoNr()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityTest.java189 CellIdentityNr cellIdentityNr = in testIsSameCell() local
192 assertFalse(ciA.isSameCell(cellIdentityNr)); in testIsSameCell()
DRILTest.java2269 CellIdentityNr cellIdentityNr = (CellIdentityNr) cellInfoNr.getCellIdentity(); in testConvertHalCellInfoList_1_4ForNr() local
2279 assertEquals(expectedCellIdentity, cellIdentityNr); in testConvertHalCellInfoList_1_4ForNr()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java2399 nrCi = convertHalCellIdentityNr(nr.cellIdentityNr); in convertHalCellInfo()
2453 nrCi = convertHalCellIdentityNr(nr.cellIdentityNr); in convertHalCellInfo()
2526 convertHalCellIdentityNr(nr.cellIdentityNr), in convertHalCellInfo()