Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentityLte.java57 super(TAG, CellInfo.TYPE_LTE, null, null, null, null); in CellIdentityLte()
97 super(TAG, CellInfo.TYPE_LTE, mccStr, mncStr, alphal, alphas); in CellIdentityLte()
290 super.writeToParcel(dest, CellInfo.TYPE_LTE); in writeToParcel()
300 super(TAG, CellInfo.TYPE_LTE, in); in CellIdentityLte()
DCellInfo.java52 value = {TYPE_GSM, TYPE_CDMA, TYPE_LTE, TYPE_WCDMA, TYPE_TDSCDMA, TYPE_NR})
77 public static final int TYPE_LTE = 3; field in CellInfo
303 case TYPE_LTE: return CellInfoLte.createFromParcelBody(in);
DCellIdentity.java228 case CellInfo.TYPE_LTE: return CellIdentityLte.createFromParcelBody(in);
DCellInfoLte.java180 super.writeToParcel(dest, flags, TYPE_LTE); in writeToParcel()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityLteTest.java196 p.writeInt(CellInfo.TYPE_LTE); in testParcelWithUnknownMccMnc()
220 p.writeInt(CellInfo.TYPE_LTE); in testParcelWithInvalidMccMnc()
DRILTest.java227 private static final int TYPE_LTE = 3; field in RILTest
1164 record.cellInfoType = TYPE_LTE; in testConvertHalCellInfoListForLTE()
1699 record.cellInfoType = TYPE_LTE; in testCellInfoTimestamp_1_2()
1750 record.cellInfoType = TYPE_LTE; in getCellInfoListForLTE()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java2270 case CellInfo.TYPE_LTE: cid = ((CellIdentityLte) id).getCi(); break; in getCidFromCellIdentity()