Searched refs:TYPE_TDSCDMA (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}) 90 public static final int TYPE_TDSCDMA = 5; field in CellInfo 319 case TYPE_TDSCDMA: return CellInfoTdscdma.createFromParcelBody(in);
|
D | CellIdentityTdscdma.java | 64 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()
|
D | CellInfoTdscdma.java | 143 super.writeToParcel(dest, flags, TYPE_TDSCDMA); in writeToParcel()
|
D | CellIdentity.java | 299 case CellInfo.TYPE_TDSCDMA:
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityTdscdmaTest.java | 141 p.writeInt(CellInfo.TYPE_TDSCDMA); in testParcelWithUnknowMccMnc() 166 p.writeInt(CellInfo.TYPE_TDSCDMA); in testParcelWithInvalidMccMnc()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RILUtils.java | 2337 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()
|
D | ServiceStateTracker.java | 2485 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/ |
D | hiddenapi-max-target-o.txt | 52344 Landroid/telephony/CellIdentity;->TYPE_TDSCDMA:I
|