Searched refs:cellIdentityLte (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellInfoLte.java | 60 CellIdentityLte cellIdentityLte, CellSignalStrengthLte cellSignalStrengthLte, in CellInfoLte() argument 63 mCellIdentityLte = cellIdentityLte; in CellInfoLte()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityLteTest.java | 267 CellIdentityLte cellIdentityLte = RILUtils.convertHalCellIdentityLte(cid); in testBands() local 268 assertTrue(Arrays.equals(cellIdentityLte.getBands(), BANDS)); in testBands()
|
D | ServiceStateTrackerTest.java | 3066 final CellIdentityLte cellIdentityLte = in testUpdateSpnDisplay_spnNotEmptyAndCrossSimCallingEnabled_showSpnOnly() local 3078 cellIdentityLte, true)); in testUpdateSpnDisplay_spnNotEmptyAndCrossSimCallingEnabled_showSpnOnly() 3107 final CellIdentityLte cellIdentityLte = in testUpdateSpnDisplay_spnNotEmptyAndWifiCallingEnabled_showSpnOnly() local 3119 cellIdentityLte, true)); in testUpdateSpnDisplay_spnNotEmptyAndWifiCallingEnabled_showSpnOnly() 3272 final CellIdentityLte cellIdentityLte = in testCellIdentitySort() local 3285 cellIdentityLte, false)); in testCellIdentitySort() 3288 assertEquals(cids.get(0), cellIdentityLte); in testCellIdentitySort() 3298 assertEquals(cids.get(1), cellIdentityLte); in testCellIdentitySort() 3308 assertEquals(cids.get(1), cellIdentityLte); in testCellIdentitySort() 3318 assertEquals(cids.get(1), cellIdentityLte); in testCellIdentitySort() [all …]
|
D | RILTest.java | 1594 cellInfo2.cellIdentityLte = getCellIdentityLte_1_2(); in getCellInfo_1_4ForLte() 1625 CellIdentityLte cellIdentityLte = new CellIdentityLte(CI, PCI, TAC, EARFCN, new int[] {}, in testConvertHalCellInfoList_1_4ForLte() local 1632 cellIdentityLte, cellSignalStrengthLte, cellConfigLte); in testConvertHalCellInfoList_1_4ForLte() 1665 cellInfoLte.cellIdentityLte = getCellIdentityLte_1_5(); in testConvertHalCellInfoList_1_5ForLte() 1686 CellIdentityLte cellIdentityLte = new CellIdentityLte(CI, PCI, TAC, EARFCN, in testConvertHalCellInfoList_1_5ForLte() local 1692 cellIdentityLte, cellSignalStrengthLte, new CellConfigLte()); in testConvertHalCellInfoList_1_5ForLte() 1705 cellInfoLte.cellIdentityLte = getCellIdentityLte_1_5(); in testConvertHalCellInfoList_1_6ForLte() 1726 CellIdentityLte cellIdentityLte = new CellIdentityLte(CI, PCI, TAC, EARFCN, in testConvertHalCellInfoList_1_6ForLte() local 1732 cellIdentityLte, cellSignalStrengthLte, new CellConfigLte()); in testConvertHalCellInfoList_1_6ForLte() 2547 record.info.lte().base.cellIdentityLte.base.ci += i; // make them marginally unique in testCellInfoTimestamp_1_4()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RILUtils.java | 2326 lteCi = convertHalCellIdentityLte(lte.base.cellIdentityLte); in convertHalCellInfo() 2375 lteCi = convertHalCellIdentityLte(lte.cellIdentityLte); in convertHalCellInfo() 2429 lteCi = convertHalCellIdentityLte(lte.cellIdentityLte); in convertHalCellInfo() 2509 convertHalCellIdentityLte(lte.cellIdentityLte), in convertHalCellInfo() 2555 if (ci.cellIdentityLte.size() == 1) { in convertHalCellIdentity() 2556 return convertHalCellIdentityLte(ci.cellIdentityLte.get(0)); in convertHalCellIdentity()
|