Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentityWcdma.java53 super(TAG, CellInfo.TYPE_WCDMA, null, null, null, null); in CellIdentityWcdma()
75 super(TAG, CellInfo.TYPE_WCDMA, mccStr, mncStr, alphal, alphas); in CellIdentityWcdma()
249 super.writeToParcel(dest, CellInfo.TYPE_WCDMA); in writeToParcel()
258 super(TAG, CellInfo.TYPE_WCDMA, in); in CellIdentityWcdma()
DCellInfo.java52 value = {TYPE_GSM, TYPE_CDMA, TYPE_LTE, TYPE_WCDMA, TYPE_TDSCDMA, TYPE_NR})
83 public static final int TYPE_WCDMA = 4; field in CellInfo
304 case TYPE_WCDMA: return CellInfoWcdma.createFromParcelBody(in);
DCellInfoWcdma.java152 super.writeToParcel(dest, flags, TYPE_WCDMA); in writeToParcel()
DCellIdentity.java226 case CellInfo.TYPE_WCDMA: return CellIdentityWcdma.createFromParcelBody(in);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java228 private static final int TYPE_WCDMA = 4; field in RILTest
1245 record.cellInfoType = TYPE_WCDMA; in testConvertHalCellInfoListForWcdma()
1808 record.cellInfoType = TYPE_WCDMA; in getCellInfoListForWcdma()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java2268 case CellInfo.TYPE_WCDMA: cid = ((CellIdentityWcdma) id).getCid(); break; in getCidFromCellIdentity()