Searched refs:TYPE_NR (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityNr.java | 57 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()
|
D | CellInfo.java | 53 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);
|
D | CellInfoNr.java | 123 super.writeToParcel(dest, flags, TYPE_NR); in writeToParcel()
|
D | CellIdentity.java | 301 case CellInfo.TYPE_NR: return CellIdentityNr.createFromParcelBody(in);
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityNrTest.java | 57 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/ |
D | GnssLocationProvider.java | 1499 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/ |
D | SignalStrengthController.java | 1083 case CellInfo.TYPE_NR: in updateServiceStateArfcnRsrpBoost()
|
D | ServiceStateTracker.java | 2487 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()
|
D | RILUtils.java | 2343 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()
|