Searched refs:TYPE_LTE (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityLte.java | 57 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()
|
D | CellInfo.java | 52 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);
|
D | CellIdentity.java | 228 case CellInfo.TYPE_LTE: return CellIdentityLte.createFromParcelBody(in);
|
D | CellInfoLte.java | 180 super.writeToParcel(dest, flags, TYPE_LTE); in writeToParcel()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityLteTest.java | 196 p.writeInt(CellInfo.TYPE_LTE); in testParcelWithUnknownMccMnc() 220 p.writeInt(CellInfo.TYPE_LTE); in testParcelWithInvalidMccMnc()
|
D | RILTest.java | 227 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/ |
D | ServiceStateTracker.java | 2270 case CellInfo.TYPE_LTE: cid = ((CellIdentityLte) id).getCi(); break; in getCidFromCellIdentity()
|