Home
last modified time | relevance | path

Searched refs:TYPE_NR (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellIdentityNr.java57 super(TAG, CellInfo.TYPE_NR, null, null, null, null); in CellIdentityNr()
85 super(TAG, CellInfo.TYPE_NR, mccStr, mncStr, alphal, alphas); in CellIdentityNr()
260 super.writeToParcel(dest, CellInfo.TYPE_NR); in writeToParcel()
271 super(TAG, CellInfo.TYPE_NR, in); in CellIdentityNr()
DCellInfo.java53 value = {TYPE_GSM, TYPE_CDMA, TYPE_LTE, TYPE_WCDMA, TYPE_TDSCDMA, TYPE_NR})
96 public static final int TYPE_NR = 6; field in CellInfo
320 case TYPE_NR: return CellInfoNr.createFromParcelBody(in);
DCellInfoNr.java123 super.writeToParcel(dest, flags, TYPE_NR); in writeToParcel()
DCellIdentity.java301 case CellInfo.TYPE_NR: return CellIdentityNr.createFromParcelBody(in);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityNrTest.java57 assertThat(cellIdentityNr.getType()).isEqualTo(CellInfo.TYPE_NR); in testGetMethod()
114 assertThat(anotherCellIdentityNr.getType()).isEqualTo(CellInfo.TYPE_NR); in testParcel()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java1499 return CellInfo.TYPE_NR; in getCellType()
1518 case CellInfo.TYPE_NR: cid = ((CellIdentityNr) id).getNci(); break; in getCidFromCellIdentity()
1522 if (cid == (id.getType() == CellInfo.TYPE_NR in getCidFromCellIdentity()
1608 } else if (cellIdentityMap.containsKey(CellInfo.TYPE_NR)) { in requestRefLocation()
1610 cellIdentityMap.get(CellInfo.TYPE_NR)); in requestRefLocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSignalStrengthController.java1083 case CellInfo.TYPE_NR: in updateServiceStateArfcnRsrpBoost()
DServiceStateTracker.java2487 case CellInfo.TYPE_NR: cid = ((CellIdentityNr) id).getNci(); break; in getCidFromCellIdentity()
2491 if (cid == (id.getType() == CellInfo.TYPE_NR in getCidFromCellIdentity()
2507 case CellInfo.TYPE_NR: return ((CellIdentityNr) id).getTac(); in getAreaCodeFromCellIdentity()
DRILUtils.java2343 type = CellInfo.TYPE_NR; in convertHalCellInfo()
2397 type = CellInfo.TYPE_NR; in convertHalCellInfo()
2451 type = CellInfo.TYPE_NR; in convertHalCellInfo()
2474 case CellInfo.TYPE_NR: in convertHalCellInfo()