Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentityGsm.java53 super(TAG, CellInfo.TYPE_GSM, null, null, null, null); in CellIdentityGsm()
75 super(TAG, CellInfo.TYPE_GSM, mccStr, mncStr, alphal, alphas); in CellIdentityGsm()
256 super.writeToParcel(dest, CellInfo.TYPE_GSM); in writeToParcel()
265 super(TAG, CellInfo.TYPE_GSM, in); in CellIdentityGsm()
DCellInfo.java52 value = {TYPE_GSM, TYPE_CDMA, TYPE_LTE, TYPE_WCDMA, TYPE_TDSCDMA, TYPE_NR})
65 public static final int TYPE_GSM = 1; field in CellInfo
301 case TYPE_GSM: return CellInfoGsm.createFromParcelBody(in);
DCellInfoGsm.java153 super.writeToParcel(dest, flags, TYPE_GSM); in writeToParcel()
DCellIdentity.java225 case CellInfo.TYPE_GSM: return CellIdentityGsm.createFromParcelBody(in);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java226 private static final int TYPE_GSM = 1; field in RILTest
1205 record.cellInfoType = TYPE_GSM; in testConvertHalCellInfoListForGSM()
1778 record.cellInfoType = TYPE_GSM; in getCellInfoListForGSM()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java2267 case CellInfo.TYPE_GSM: cid = ((CellIdentityGsm) id).getCid(); break; in getCidFromCellIdentity()