Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellInfo.java53 value = {TYPE_GSM, TYPE_CDMA, TYPE_LTE, TYPE_WCDMA, TYPE_TDSCDMA, TYPE_NR})
84 public static final int TYPE_WCDMA = 4; field in CellInfo
318 case TYPE_WCDMA: return CellInfoWcdma.createFromParcelBody(in);
DCellIdentityWcdma.java66 super(TAG, CellInfo.TYPE_WCDMA, null, null, null, null); in CellIdentityWcdma()
95 super(TAG, CellInfo.TYPE_WCDMA, mccStr, mncStr, alphal, alphas); in CellIdentityWcdma()
299 super.writeToParcel(dest, CellInfo.TYPE_WCDMA); in writeToParcel()
310 super(TAG, CellInfo.TYPE_WCDMA, in); in CellIdentityWcdma()
DCellInfoWcdma.java137 super.writeToParcel(dest, flags, TYPE_WCDMA); in writeToParcel()
DCellIdentity.java296 case CellInfo.TYPE_WCDMA: return CellIdentityWcdma.createFromParcelBody(in);
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java1495 return CellInfo.TYPE_WCDMA; in getCellType()
1516 case CellInfo.TYPE_WCDMA: cid = ((CellIdentityWcdma) id).getCid(); break; in getCidFromCellIdentity()
1602 } else if (cellIdentityMap.containsKey(CellInfo.TYPE_WCDMA)) { in requestRefLocation()
1604 cellIdentityMap.get(CellInfo.TYPE_WCDMA)); in requestRefLocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java2331 type = CellInfo.TYPE_WCDMA; in convertHalCellInfo()
2381 type = CellInfo.TYPE_WCDMA; in convertHalCellInfo()
2435 type = CellInfo.TYPE_WCDMA; in convertHalCellInfo()
2469 case CellInfo.TYPE_WCDMA: in convertHalCellInfo()
2559 case CellInfo.TYPE_WCDMA: in convertHalCellIdentity()
DServiceStateTracker.java2484 case CellInfo.TYPE_WCDMA: cid = ((CellIdentityWcdma) id).getCid(); break; in getCidFromCellIdentity()
2504 case CellInfo.TYPE_WCDMA: return ((CellIdentityWcdma) id).getLac(); in getAreaCodeFromCellIdentity()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt52346 Landroid/telephony/CellIdentity;->TYPE_WCDMA:I
52427 Landroid/telephony/CellInfo;->TYPE_WCDMA:I