Searched refs:TYPE_WCDMA (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityWcdma.java | 53 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()
|
D | CellInfo.java | 52 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);
|
D | CellInfoWcdma.java | 152 super.writeToParcel(dest, flags, TYPE_WCDMA); in writeToParcel()
|
D | CellIdentity.java | 226 case CellInfo.TYPE_WCDMA: return CellIdentityWcdma.createFromParcelBody(in);
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 228 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/ |
D | ServiceStateTracker.java | 2268 case CellInfo.TYPE_WCDMA: cid = ((CellIdentityWcdma) id).getCid(); break; in getCidFromCellIdentity()
|