Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentityCdma.java70 super(TAG, CellInfo.TYPE_CDMA, null, null, null, null); in CellIdentityCdma()
94 super(TAG, CellInfo.TYPE_CDMA, null, null, alphal, alphas); in CellIdentityCdma()
249 super.writeToParcel(dest, CellInfo.TYPE_CDMA); in writeToParcel()
259 super(TAG, CellInfo.TYPE_CDMA, in); in CellIdentityCdma()
DCellInfo.java52 value = {TYPE_GSM, TYPE_CDMA, TYPE_LTE, TYPE_WCDMA, TYPE_TDSCDMA, TYPE_NR})
71 public static final int TYPE_CDMA = 2; field in CellInfo
302 case TYPE_CDMA: return CellInfoCdma.createFromParcelBody(in);
DCellInfoCdma.java159 super.writeToParcel(dest, flags, TYPE_CDMA); in writeToParcel()
DCellIdentity.java227 case CellInfo.TYPE_CDMA: return CellIdentityCdma.createFromParcelBody(in);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java225 private static final int TYPE_CDMA = 2; field in RILTest
1328 record.cellInfoType = TYPE_CDMA; in testConvertHalCellInfoListForCdma()
1837 record.cellInfoType = TYPE_CDMA; in getCellInfoListForCdma()