Home
last modified time | relevance | path

Searched refs:TYPE_TDSCDMA (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})
90 public static final int TYPE_TDSCDMA = 5; field in CellInfo
319 case TYPE_TDSCDMA: return CellInfoTdscdma.createFromParcelBody(in);
DCellIdentityTdscdma.java64 super(TAG, CellInfo.TYPE_TDSCDMA, null, null, null, null); in CellIdentityTdscdma()
94 super(TAG, CellInfo.TYPE_TDSCDMA, mcc, mnc, alphal, alphas); in CellIdentityTdscdma()
283 super.writeToParcel(dest, CellInfo.TYPE_TDSCDMA); in writeToParcel()
294 super(TAG, CellInfo.TYPE_TDSCDMA, in); in CellIdentityTdscdma()
DCellInfoTdscdma.java143 super.writeToParcel(dest, flags, TYPE_TDSCDMA); in writeToParcel()
DCellIdentity.java299 case CellInfo.TYPE_TDSCDMA:
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityTdscdmaTest.java141 p.writeInt(CellInfo.TYPE_TDSCDMA); in testParcelWithUnknowMccMnc()
166 p.writeInt(CellInfo.TYPE_TDSCDMA); in testParcelWithInvalidMccMnc()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java2337 type = CellInfo.TYPE_TDSCDMA; in convertHalCellInfo()
2389 type = CellInfo.TYPE_TDSCDMA; in convertHalCellInfo()
2443 type = CellInfo.TYPE_TDSCDMA; in convertHalCellInfo()
2471 case CellInfo.TYPE_TDSCDMA: in convertHalCellInfo()
2564 case CellInfo.TYPE_TDSCDMA: in convertHalCellIdentity()
DServiceStateTracker.java2485 case CellInfo.TYPE_TDSCDMA: cid = ((CellIdentityTdscdma) id).getCid(); break; in getCidFromCellIdentity()
2505 case CellInfo.TYPE_TDSCDMA: return ((CellIdentityTdscdma) id).getLac(); in getAreaCodeFromCellIdentity()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt52344 Landroid/telephony/CellIdentity;->TYPE_TDSCDMA:I