Home
last modified time | relevance | path

Searched refs:TYPE_CDMA (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityCdma.java74 super(TAG, CellInfo.TYPE_CDMA, null, null, null, null); in CellIdentityCdma()
99 super(TAG, CellInfo.TYPE_CDMA, null, null, alphal, alphas); in CellIdentityCdma()
267 super.writeToParcel(dest, CellInfo.TYPE_CDMA); in writeToParcel()
277 super(TAG, CellInfo.TYPE_CDMA, in); in CellIdentityCdma()
H A DCellInfo.java54 value = {TYPE_GSM, TYPE_CDMA, TYPE_LTE, TYPE_WCDMA, TYPE_TDSCDMA, TYPE_NR})
73 public static final int TYPE_CDMA = 2; field in CellInfo
310 case TYPE_CDMA: return CellInfoCdma.createFromParcelBody(in);
H A DCellInfoCdma.java178 super.writeToParcel(dest, flags, TYPE_CDMA); in writeToParcel()
H A DCellIdentity.java298 case CellInfo.TYPE_CDMA: return CellIdentityCdma.createFromParcelBody(in);
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java262 private static final int TYPE_CDMA = 2; field in RILTest
1666 record.cellInfoType = TYPE_CDMA; in testConvertHalCellInfoListForCdma()
2590 record.cellInfoType = TYPE_CDMA; in getCellInfoListForCdma()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt56307 Landroid/telephony/CellIdentity;->TYPE_CDMA:I
56390 Landroid/telephony/CellInfo;->TYPE_CDMA:I