Searched refs:TYPE_TDSCDMA (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityTdscdma.java | 53 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()
|
D | CellInfo.java | 52 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);
|
D | CellInfoTdscdma.java | 156 super.writeToParcel(dest, flags, TYPE_TDSCDMA); in writeToParcel()
|
D | CellIdentity.java | 229 case CellInfo.TYPE_TDSCDMA:
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityTdscdmaTest.java | 127 p.writeInt(CellInfo.TYPE_TDSCDMA); in testParcelWithUnknowMccMnc() 151 p.writeInt(CellInfo.TYPE_TDSCDMA); in testParcelWithInvalidMccMnc()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 2269 case CellInfo.TYPE_TDSCDMA: cid = ((CellIdentityTdscdma) id).getCid(); break; in getCidFromCellIdentity()
|