Home
last modified time | relevance | path

Searched refs:TYPE_GSM (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})
66 public static final int TYPE_GSM = 1; field in CellInfo
315 case TYPE_GSM: return CellInfoGsm.createFromParcelBody(in);
DCellIdentityGsm.java64 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()
DCellInfoGsm.java139 super.writeToParcel(dest, flags, TYPE_GSM); in writeToParcel()
DCellIdentity.java295 case CellInfo.TYPE_GSM: return CellIdentityGsm.createFromParcelBody(in);
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java1493 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/
DRILUtils.java2311 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()
DServiceStateTracker.java2483 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/
Dhiddenapi-max-target-o.txt52342 Landroid/telephony/CellIdentity;->TYPE_GSM:I
52425 Landroid/telephony/CellInfo;->TYPE_GSM:I