Searched refs:cellIdentityGsm (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellInfoGsm.java | 55 CellIdentityGsm cellIdentityGsm, CellSignalStrengthGsm cellSignalStrengthGsm) { in CellInfoGsm() argument 57 mCellIdentityGsm = cellIdentityGsm; in CellInfoGsm()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ServiceStateTrackerTest.java | 941 CellIdentityGsm cellIdentityGsm = new CellIdentityGsm( in testGsmCellLocation() local 948 .setCellIdentity(cellIdentityGsm) in testGsmCellLocation() 3275 final CellIdentityGsm cellIdentityGsm = new CellIdentityGsm( in testCellIdentitySort() local 3294 cellIdentityGsm, false)); in testCellIdentitySort() 3297 assertEquals(cids.get(0), cellIdentityGsm); in testCellIdentitySort() 3304 cellIdentityGsm, false)); in testCellIdentitySort() 3307 assertEquals(cids.get(0), cellIdentityGsm); in testCellIdentitySort() 3317 assertEquals(cids.get(0), cellIdentityGsm); in testCellIdentitySort() 3328 assertEquals(cids.get(1), cellIdentityGsm); in testCellIdentitySort()
|
D | RILTest.java | 1768 cellInfoGsm.cellIdentityGsm = getCellIdentityGsm_1_2(); in testConvertHalCellInfoList_1_4ForGsm() 1785 CellIdentityGsm cellIdentityGsm = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, in testConvertHalCellInfoList_1_4ForGsm() local 1790 cellIdentityGsm, cellSignalStrengthGsm); in testConvertHalCellInfoList_1_4ForGsm() 1802 cellInfo.cellIdentityGsm = cellIdentity; in getCellInfoGsm_1_5() 1826 CellIdentityGsm cellIdentityGsm = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, in testConvertHalCellInfoList_1_5ForGsm() local 1831 cellIdentityGsm, cellSignalStrengthGsm); in testConvertHalCellInfoList_1_5ForGsm() 1853 CellIdentityGsm cellIdentityGsm = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, in testConvertHalCellInfoList_1_6ForGsm() local 1858 cellIdentityGsm, cellSignalStrengthGsm); in testConvertHalCellInfoList_1_6ForGsm()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RILUtils.java | 2313 gsmCi = convertHalCellIdentityGsm(gsm.cellIdentityGsm); in convertHalCellInfo() 2360 gsmCi = convertHalCellIdentityGsm(gsm.cellIdentityGsm); in convertHalCellInfo() 2414 gsmCi = convertHalCellIdentityGsm(gsm.cellIdentityGsm); in convertHalCellInfo() 2497 convertHalCellIdentityGsm(gsm.cellIdentityGsm), in convertHalCellInfo() 2545 if (ci.cellIdentityGsm.size() == 1) { in convertHalCellIdentity() 2546 return convertHalCellIdentityGsm(ci.cellIdentityGsm.get(0)); in convertHalCellIdentity()
|