Home
last modified time | relevance | path

Searched refs:cellIdentityGsm (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellInfoGsm.java56 mCellIdentityGsm = new CellIdentityGsm(cig.cellIdentityGsm); in CellInfoGsm()
64 mCellIdentityGsm = new CellIdentityGsm(cig.cellIdentityGsm); in CellInfoGsm()
72 mCellIdentityGsm = new CellIdentityGsm(cig.cellIdentityGsm); in CellInfoGsm()
80 mCellIdentityGsm = new CellIdentityGsm(cig.cellIdentityGsm); in CellInfoGsm()
DCellIdentity.java370 if (cellIdentity.cellIdentityGsm.size() == 1) { in create()
371 return new CellIdentityGsm(cellIdentity.cellIdentityGsm.get(0)); in create()
410 if (cellIdentity.cellIdentityGsm.size() == 1) { in create()
411 return new CellIdentityGsm(cellIdentity.cellIdentityGsm.get(0)); in create()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1373 cellinfo.cellIdentityGsm.lac = LAC; in testConvertHalCellInfoListForGSM()
1374 cellinfo.cellIdentityGsm.cid = CID; in testConvertHalCellInfoListForGSM()
1375 cellinfo.cellIdentityGsm.bsic = BSIC; in testConvertHalCellInfoListForGSM()
1376 cellinfo.cellIdentityGsm.arfcn = ARFCN; in testConvertHalCellInfoListForGSM()
1377 cellinfo.cellIdentityGsm.mcc = MCC_STR; in testConvertHalCellInfoListForGSM()
1378 cellinfo.cellIdentityGsm.mnc = MNC_STR; in testConvertHalCellInfoListForGSM()
2226 cellinfo.cellIdentityGsm.base.lac = LAC; in getCellInfoListForGSM()
2227 cellinfo.cellIdentityGsm.base.cid = CID; in getCellInfoListForGSM()
2228 cellinfo.cellIdentityGsm.base.bsic = BSIC; in getCellInfoListForGSM()
2229 cellinfo.cellIdentityGsm.base.arfcn = ARFCN; in getCellInfoListForGSM()
[all …]
DServiceStateTrackerTest.java889 CellIdentityGsm cellIdentityGsm = new CellIdentityGsm( in testGsmCellLocation() local
896 .setCellIdentity(cellIdentityGsm) in testGsmCellLocation()
2589 final CellIdentityGsm cellIdentityGsm = new CellIdentityGsm( in testCellIdentitySort() local
2608 cellIdentityGsm, false)); in testCellIdentitySort()
2611 assertEquals(cids.get(0), cellIdentityGsm); in testCellIdentitySort()
2618 cellIdentityGsm, false)); in testCellIdentitySort()
2621 assertEquals(cids.get(0), cellIdentityGsm); in testCellIdentitySort()
2631 assertEquals(cids.get(0), cellIdentityGsm); in testCellIdentitySort()
2642 assertEquals(cids.get(1), cellIdentityGsm); in testCellIdentitySort()