Home
last modified time | relevance | path

Searched refs:cig (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellInfoGsm.java55 final android.hardware.radio.V1_0.CellInfoGsm cig = ci.gsm.get(0); in CellInfoGsm() local
56 mCellIdentityGsm = new CellIdentityGsm(cig.cellIdentityGsm); in CellInfoGsm()
57 mCellSignalStrengthGsm = new CellSignalStrengthGsm(cig.signalStrengthGsm); in CellInfoGsm()
63 final android.hardware.radio.V1_2.CellInfoGsm cig = ci.gsm.get(0); in CellInfoGsm() local
64 mCellIdentityGsm = new CellIdentityGsm(cig.cellIdentityGsm); in CellInfoGsm()
65 mCellSignalStrengthGsm = new CellSignalStrengthGsm(cig.signalStrengthGsm); in CellInfoGsm()
71 final android.hardware.radio.V1_2.CellInfoGsm cig = ci.info.gsm(); in CellInfoGsm() local
72 mCellIdentityGsm = new CellIdentityGsm(cig.cellIdentityGsm); in CellInfoGsm()
73 mCellSignalStrengthGsm = new CellSignalStrengthGsm(cig.signalStrengthGsm); in CellInfoGsm()
79 final android.hardware.radio.V1_5.CellInfoGsm cig = ci.ratSpecificInfo.gsm(); in CellInfoGsm() local
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNetworkScanResultTest.java45 CellIdentityGsm cig = new CellIdentityGsm(1, 2, 40, 5, "001", "01", "test", "tst", in testParcel() local
51 gsm.setCellIdentity(cig); in testParcel()