Home
last modified time | relevance | path

Searched refs:TYPE_LTE (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellInfo.java53 value = {TYPE_GSM, TYPE_CDMA, TYPE_LTE, TYPE_WCDMA, TYPE_TDSCDMA, TYPE_NR})
78 public static final int TYPE_LTE = 3; field in CellInfo
317 case TYPE_LTE: return CellInfoLte.createFromParcelBody(in);
DCellIdentityLte.java72 super(TAG, CellInfo.TYPE_LTE, null, null, null, null); in CellIdentityLte()
122 super(TAG, CellInfo.TYPE_LTE, mccStr, mncStr, alphal, alphas); in CellIdentityLte()
361 super.writeToParcel(dest, CellInfo.TYPE_LTE); in writeToParcel()
374 super(TAG, CellInfo.TYPE_LTE, in); in CellIdentityLte()
DCellInfoLte.java165 super.writeToParcel(dest, flags, TYPE_LTE); in writeToParcel()
DCellIdentity.java298 case CellInfo.TYPE_LTE: return CellIdentityLte.createFromParcelBody(in);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityLteTest.java218 p.writeInt(CellInfo.TYPE_LTE); in testParcelWithUnknownMccMnc()
244 p.writeInt(CellInfo.TYPE_LTE); in testParcelWithInvalidMccMnc()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java1497 return CellInfo.TYPE_LTE; in getCellType()
1517 case CellInfo.TYPE_LTE: cid = ((CellIdentityLte) id).getCi(); break; in getCidFromCellIdentity()
1605 } else if (cellIdentityMap.containsKey(CellInfo.TYPE_LTE)) { in requestRefLocation()
1607 cellIdentityMap.get(CellInfo.TYPE_LTE)); in requestRefLocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DCellularNetworkValidator.java167 if (cellIdentity.getType() != CellInfo.TYPE_LTE
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSignalStrengthController.java1075 case CellInfo.TYPE_LTE: in updateServiceStateArfcnRsrpBoost()
DRILUtils.java2324 type = CellInfo.TYPE_LTE; in convertHalCellInfo()
2373 type = CellInfo.TYPE_LTE; in convertHalCellInfo()
2427 type = CellInfo.TYPE_LTE; in convertHalCellInfo()
2467 case CellInfo.TYPE_LTE: in convertHalCellInfo()
2554 case CellInfo.TYPE_LTE: in convertHalCellIdentity()
DServiceStateTracker.java2486 case CellInfo.TYPE_LTE: cid = ((CellIdentityLte) id).getCi(); break; in getCidFromCellIdentity()
2506 case CellInfo.TYPE_LTE: return ((CellIdentityLte) id).getTac(); in getAreaCodeFromCellIdentity()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt52343 Landroid/telephony/CellIdentity;->TYPE_LTE:I
52426 Landroid/telephony/CellInfo;->TYPE_LTE:I