Searched refs:TYPE_CDMA (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | CellIdentityCdma.java | 74 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 D | CellInfo.java | 54 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 D | CellInfoCdma.java | 178 super.writeToParcel(dest, flags, TYPE_CDMA); in writeToParcel()
|
H A D | CellIdentity.java | 298 case CellInfo.TYPE_CDMA: return CellIdentityCdma.createFromParcelBody(in);
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | RILTest.java | 262 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 D | hiddenapi-max-target-o.txt | 56307 Landroid/telephony/CellIdentity;->TYPE_CDMA:I 56390 Landroid/telephony/CellInfo;->TYPE_CDMA:I
|