Searched refs:TYPE_GSM (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}) 66 public static final int TYPE_GSM = 1; field in CellInfo 315 case TYPE_GSM: return CellInfoGsm.createFromParcelBody(in);
|
D | CellIdentityGsm.java | 64 super(TAG, CellInfo.TYPE_GSM, null, null, null, null); in CellIdentityGsm() 90 super(TAG, CellInfo.TYPE_GSM, mccStr, mncStr, alphal, alphas); in CellIdentityGsm() 288 super.writeToParcel(dest, CellInfo.TYPE_GSM); in writeToParcel() 298 super(TAG, CellInfo.TYPE_GSM, in); in CellIdentityGsm()
|
D | CellInfoGsm.java | 139 super.writeToParcel(dest, flags, TYPE_GSM); in writeToParcel()
|
D | CellIdentity.java | 295 case CellInfo.TYPE_GSM: return CellIdentityGsm.createFromParcelBody(in);
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssLocationProvider.java | 1493 return CellInfo.TYPE_GSM; in getCellType() 1515 case CellInfo.TYPE_GSM: cid = ((CellIdentityGsm) id).getCid(); break; in getCidFromCellIdentity() 1599 if (cellIdentityMap.containsKey(CellInfo.TYPE_GSM)) { in requestRefLocation() 1601 cellIdentityMap.get(CellInfo.TYPE_GSM)); in requestRefLocation()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RILUtils.java | 2311 type = CellInfo.TYPE_GSM; in convertHalCellInfo() 2358 type = CellInfo.TYPE_GSM; in convertHalCellInfo() 2412 type = CellInfo.TYPE_GSM; in convertHalCellInfo() 2463 case CellInfo.TYPE_GSM: in convertHalCellInfo() 2544 case CellInfo.TYPE_GSM: in convertHalCellIdentity()
|
D | ServiceStateTracker.java | 2483 case CellInfo.TYPE_GSM: cid = ((CellIdentityGsm) id).getCid(); break; in getCidFromCellIdentity() 2503 case CellInfo.TYPE_GSM: return ((CellIdentityGsm) id).getLac(); in getAreaCodeFromCellIdentity()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 52342 Landroid/telephony/CellIdentity;->TYPE_GSM:I 52425 Landroid/telephony/CellInfo;->TYPE_GSM:I
|