Searched refs:TYPE_CDMA (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityCdma.java | 70 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()
|
D | CellInfo.java | 52 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);
|
D | CellInfoCdma.java | 159 super.writeToParcel(dest, flags, TYPE_CDMA); in writeToParcel()
|
D | CellIdentity.java | 227 case CellInfo.TYPE_CDMA: return CellIdentityCdma.createFromParcelBody(in);
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 225 private static final int TYPE_CDMA = 2; field in RILTest 1328 record.cellInfoType = TYPE_CDMA; in testConvertHalCellInfoListForCdma() 1837 record.cellInfoType = TYPE_CDMA; in getCellInfoListForCdma()
|