Searched refs:TYPE_LTE (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellInfo.java | 53 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);
|
D | CellIdentityLte.java | 72 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()
|
D | CellInfoLte.java | 165 super.writeToParcel(dest, flags, TYPE_LTE); in writeToParcel()
|
D | CellIdentity.java | 298 case CellInfo.TYPE_LTE: return CellIdentityLte.createFromParcelBody(in);
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityLteTest.java | 218 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/ |
D | GnssLocationProvider.java | 1497 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/ |
D | CellularNetworkValidator.java | 167 if (cellIdentity.getType() != CellInfo.TYPE_LTE
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SignalStrengthController.java | 1075 case CellInfo.TYPE_LTE: in updateServiceStateArfcnRsrpBoost()
|
D | RILUtils.java | 2324 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()
|
D | ServiceStateTracker.java | 2486 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/ |
D | hiddenapi-max-target-o.txt | 52343 Landroid/telephony/CellIdentity;->TYPE_LTE:I 52426 Landroid/telephony/CellInfo;->TYPE_LTE:I
|