Home
last modified time | relevance | path

Searched refs:nrCi (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java2526 CellIdentityNr nrCi = new CellIdentityNr( in testPhyChanBandwidthForNr() local
2530 sendRegStateUpdateForNrCellId(nrCi); in testPhyChanBandwidthForNr()
3340 CellIdentity nrCi = new CellIdentityNr( in testGetCidFromCellIdentity() local
3350 assertEquals(5, (long) method.invoke(mSST, nrCi)); in testGetCidFromCellIdentity()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java2302 CellIdentityNr nrCi = null; in convertHalCellInfo() local
2345 nrCi = convertHalCellIdentityNr(nr.cellidentity); in convertHalCellInfo()
2399 nrCi = convertHalCellIdentityNr(nr.cellIdentityNr); in convertHalCellInfo()
2453 nrCi = convertHalCellIdentityNr(nr.cellIdentityNr); in convertHalCellInfo()
2475 return new CellInfoNr(connectionStatus, registered, nanotime, nrCi, nrSs); in convertHalCellInfo()