Searched refs:TYPE_WCDMA (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellInfo.java | 53 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);
|
D | CellIdentityWcdma.java | 66 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()
|
D | CellInfoWcdma.java | 137 super.writeToParcel(dest, flags, TYPE_WCDMA); in writeToParcel()
|
D | CellIdentity.java | 296 case CellInfo.TYPE_WCDMA: return CellIdentityWcdma.createFromParcelBody(in);
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssLocationProvider.java | 1495 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/ |
D | RILUtils.java | 2331 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()
|
D | ServiceStateTracker.java | 2484 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/ |
D | hiddenapi-max-target-o.txt | 52346 Landroid/telephony/CellIdentity;->TYPE_WCDMA:I 52427 Landroid/telephony/CellInfo;->TYPE_WCDMA:I
|