Home
last modified time | relevance | path

Searched refs:TYPE_TDSCDMA (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellIdentityTdscdma.java53 super(TAG, CellInfo.TYPE_TDSCDMA, null, null, null, null); in CellIdentityTdscdma()
76 super(TAG, CellInfo.TYPE_TDSCDMA, mcc, mnc, alphal, alphas); in CellIdentityTdscdma()
231 super.writeToParcel(dest, CellInfo.TYPE_TDSCDMA); in writeToParcel()
240 super(TAG, CellInfo.TYPE_TDSCDMA, in); in CellIdentityTdscdma()
DCellInfo.java52 value = {TYPE_GSM, TYPE_CDMA, TYPE_LTE, TYPE_WCDMA, TYPE_TDSCDMA, TYPE_NR})
89 public static final int TYPE_TDSCDMA = 5; field in CellInfo
305 case TYPE_TDSCDMA: return CellInfoTdscdma.createFromParcelBody(in);
DCellInfoTdscdma.java156 super.writeToParcel(dest, flags, TYPE_TDSCDMA); in writeToParcel()
DCellIdentity.java229 case CellInfo.TYPE_TDSCDMA:
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityTdscdmaTest.java127 p.writeInt(CellInfo.TYPE_TDSCDMA); in testParcelWithUnknowMccMnc()
151 p.writeInt(CellInfo.TYPE_TDSCDMA); in testParcelWithInvalidMccMnc()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java2269 case CellInfo.TYPE_TDSCDMA: cid = ((CellIdentityTdscdma) id).getCid(); break; in getCidFromCellIdentity()