Home
last modified time | relevance | path

Searched refs:cellIdentityLte (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/system/chre/chpp/test/
H A Dwwan_convert_test.cpp37 .cellIdentityLte = {
105 EXPECT_EQ(chpp->CellInfo.lte.cellIdentityLte.mcc, in compareCellInfo()
106 chre->CellInfo.lte.cellIdentityLte.mcc); in compareCellInfo()
107 EXPECT_EQ(chpp->CellInfo.lte.cellIdentityLte.mnc, in compareCellInfo()
108 chre->CellInfo.lte.cellIdentityLte.mnc); in compareCellInfo()
109 EXPECT_EQ(chpp->CellInfo.lte.cellIdentityLte.ci, in compareCellInfo()
110 chre->CellInfo.lte.cellIdentityLte.ci); in compareCellInfo()
111 EXPECT_EQ(chpp->CellInfo.lte.cellIdentityLte.pci, in compareCellInfo()
112 chre->CellInfo.lte.cellIdentityLte.pci); in compareCellInfo()
113 EXPECT_EQ(chpp->CellInfo.lte.cellIdentityLte.tac, in compareCellInfo()
[all …]
/aosp12/system/chre/apps/wwan_world/
H A Dwwan_world.cc106 LOGI(" mcc %" PRId32, cell->CellInfo.lte.cellIdentityLte.mcc); in logChreWwanInfo()
107 LOGI(" mnc %" PRId32, cell->CellInfo.lte.cellIdentityLte.mnc); in logChreWwanInfo()
108 LOGI(" ci %" PRId32, cell->CellInfo.lte.cellIdentityLte.ci); in logChreWwanInfo()
109 LOGI(" pci %" PRId32, cell->CellInfo.lte.cellIdentityLte.pci); in logChreWwanInfo()
110 LOGI(" tac %" PRId32, cell->CellInfo.lte.cellIdentityLte.tac); in logChreWwanInfo()
111 LOGI(" earfcn %" PRId32, cell->CellInfo.lte.cellIdentityLte.earfcn); in logChreWwanInfo()
/aosp12/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
H A DONSNetworkScanCtlrTest.java97 CellIdentityLte cellIdentityLte = new CellIdentityLte(310, 210, 1, 1, 1); in testStartFastNetworkScan() local
99 cellInfoLte.setCellIdentity(cellIdentityLte); in testStartFastNetworkScan()
114 CellIdentityLte cellIdentityLte = new CellIdentityLte(310, 210, 1, 1, 1); in testStartFastNetworkScanFail() local
116 cellInfoLte.setCellIdentity(cellIdentityLte); in testStartFastNetworkScanFail()
138 CellIdentityLte cellIdentityLte = new CellIdentityLte(310, 210, 1, 1, 1); in testStartFastNetworkScanWithMultipleNetworks() local
140 cellInfoLte.setCellIdentity(cellIdentityLte); in testStartFastNetworkScanWithMultipleNetworks()
162 CellIdentityLte cellIdentityLte = new CellIdentityLte(310, 210, 1, 1, 1); in testStopNetworkScan() local
164 cellInfoLte.setCellIdentity(cellIdentityLte); in testStopNetworkScan()
H A DONSProfileSelectorTest.java152 CellIdentityLte cellIdentityLte = new CellIdentityLte(310, 210, 1, 1, 1); in testStartProfileSelectionWithNoOpportunisticSub() local
154 cellInfoLte.setCellIdentity(cellIdentityLte); in testStartProfileSelectionWithNoOpportunisticSub()
215 CellIdentityLte cellIdentityLte = new CellIdentityLte(310, 210, 1, 1, 1); in testStartProfileSelectionSuccess() local
217 cellInfoLte.setCellIdentity(cellIdentityLte); in testStartProfileSelectionSuccess()
292 CellIdentityLte cellIdentityLte = new CellIdentityLte(310, 210, 1, 1, 1); in testStartProfileSelectionWithDifferentPrioritySubInfo() local
294 cellInfoLte.setCellIdentity(cellIdentityLte); in testStartProfileSelectionWithDifferentPrioritySubInfo()
572 CellIdentityLte cellIdentityLte = new CellIdentityLte(310, 210, 1, 1, 1); in testStartProfileSelectionSuccessWithSameArgumentsAgain() local
574 cellInfoLte.setCellIdentity(cellIdentityLte); in testStartProfileSelectionSuccessWithSameArgumentsAgain()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCellInfoLte.java62 mCellIdentityLte = new CellIdentityLte(cil.cellIdentityLte); in CellInfoLte()
71 mCellIdentityLte = new CellIdentityLte(cil.cellIdentityLte); in CellInfoLte()
80 mCellIdentityLte = new CellIdentityLte(cil.base.cellIdentityLte); in CellInfoLte()
89 mCellIdentityLte = new CellIdentityLte(cil.cellIdentityLte); in CellInfoLte()
98 mCellIdentityLte = new CellIdentityLte(cil.cellIdentityLte); in CellInfoLte()
H A DCellIdentity.java386 if (cellIdentity.cellIdentityLte.size() == 1) { in create()
387 return new CellIdentityLte(cellIdentity.cellIdentityLte.get(0)); in create()
426 if (cellIdentity.cellIdentityLte.size() == 1) { in create()
427 return new CellIdentityLte(cellIdentity.cellIdentityLte.get(0)); in create()
/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_data.cpp61 EXPECT_EQ(1, cellIdentities.cellIdentityLte.size()); in TEST_P()
62 CellIdentityLte cil = cellIdentities.cellIdentityLte[0]; in TEST_P()
85 cellIdentities.cellIdentityLte.size() + in TEST_P()
/aosp12/system/chre/chpp/common/
H A Dwwan_convert.c134 chppWwanConvertCellIdentityLteFromChre(&in->cellIdentityLte, in chppWwanConvertCellInfoLteFromChre()
135 &out->cellIdentityLte); in chppWwanConvertCellInfoLteFromChre()
419 if (!chppWwanConvertCellIdentityLteToChre(&in->cellIdentityLte, in chppWwanConvertCellInfoLteToChre()
420 &out->cellIdentityLte)) { in chppWwanConvertCellInfoLteToChre()
/aosp12/system/chre/apps/test/chqts/src/general_test/
H A Dcell_info_lte.cc76 return (validateIdentity(cell.cellIdentityLte) && in validate()
/aosp12/system/chre/chre_api/legacy/v1_1/chre/
H A Dwwan.h319 struct chreWwanCellIdentityLte cellIdentityLte; member
/aosp12/system/chre/chre_api/legacy/v1_2/chre/
H A Dwwan.h319 struct chreWwanCellIdentityLte cellIdentityLte; member
/aosp12/system/chre/chre_api/legacy/v1_3/chre/
H A Dwwan.h319 struct chreWwanCellIdentityLte cellIdentityLte; member
/aosp12/hardware/ril/libril/
H A Dril_service.cpp3506 cellIdentity.cellIdentityLte.resize(0); in fillCellIdentityResponse()
3559 cellIdentity.cellIdentityLte[0].mcc = in fillCellIdentityResponse()
3561 cellIdentity.cellIdentityLte[0].mnc = in fillCellIdentityResponse()
3568 cellIdentity.cellIdentityLte[0].ci = rilCellIdentity.cellIdentityLte.ci; in fillCellIdentityResponse()
3569 cellIdentity.cellIdentityLte[0].pci = rilCellIdentity.cellIdentityLte.pci; in fillCellIdentityResponse()
3570 cellIdentity.cellIdentityLte[0].tac = rilCellIdentity.cellIdentityLte.tac; in fillCellIdentityResponse()
3571 cellIdentity.cellIdentityLte[0].earfcn = rilCellIdentity.cellIdentityLte.earfcn; in fillCellIdentityResponse()
3681 rilCellIdentity.cellIdentityLte.tac = in fillCellIdentityFromVoiceRegStateResponseString()
3685 rilCellIdentity.cellIdentityLte.ci = in fillCellIdentityFromVoiceRegStateResponseString()
3766 rilCellIdentity.cellIdentityLte.tac = in fillCellIdentityFromDataRegStateResponseString()
[all …]
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCellIdentityLteTest.java266 CellIdentityLte cellIdentityLte = new CellIdentityLte(cid); in testBands() local
267 assertTrue(Arrays.equals(cellIdentityLte.getBands(), BANDS)); in testBands()
H A DRILTest.java1477 lte.cellIdentityLte.ci = CI; in testConvertHalCellInfoListForLTE()
1478 lte.cellIdentityLte.pci = PCI; in testConvertHalCellInfoListForLTE()
1479 lte.cellIdentityLte.tac = TAC; in testConvertHalCellInfoListForLTE()
1480 lte.cellIdentityLte.earfcn = EARFCN; in testConvertHalCellInfoListForLTE()
1481 lte.cellIdentityLte.mcc = MCC_STR; in testConvertHalCellInfoListForLTE()
1482 lte.cellIdentityLte.mnc = MNC_STR; in testConvertHalCellInfoListForLTE()
2468 initializeCellIdentityLte_1_2(lte.cellIdentityLte); in initializeCellInfoLte_1_2()
2484 lte.cellIdentityLte.operatorNames.alphaLong = alphaLong; in getCellInfoListForLTE()
2485 lte.cellIdentityLte.operatorNames.alphaShort = alphaShort; in getCellInfoListForLTE()
2486 lte.cellIdentityLte.base.mcc = mcc; in getCellInfoListForLTE()
[all …]
H A DServiceStateTrackerTest.java2978 final CellIdentityLte cellIdentityLte = in testCellIdentitySort() local
2991 cellIdentityLte, false)); in testCellIdentitySort()
2994 assertEquals(cids.get(0), cellIdentityLte); in testCellIdentitySort()
3004 assertEquals(cids.get(1), cellIdentityLte); in testCellIdentitySort()
3014 assertEquals(cids.get(1), cellIdentityLte); in testCellIdentitySort()
3024 assertEquals(cids.get(1), cellIdentityLte); in testCellIdentitySort()
3030 cellIdentityLte, true)); in testCellIdentitySort()
3033 assertEquals(cids.get(0), cellIdentityLte); in testCellIdentitySort()
/aosp12/system/chre/chre_api/legacy/v1_4/chre/
H A Dwwan.h412 struct chreWwanCellIdentityLte cellIdentityLte; member
/aosp12/system/chre/chpp/include/chpp/common/
H A Dwwan_types.h117 struct ChppWwanCellIdentityLte cellIdentityLte; member
/aosp12/system/chre/chre_api/include/chre_api/chre/
H A Dwwan.h412 struct chreWwanCellIdentityLte cellIdentityLte; member
/aosp12/hardware/ril/include/telephony/
H A Dril.h1476 RIL_CellIdentityLte cellIdentityLte; member
1481 RIL_CellIdentityLte_v12 cellIdentityLte; member
1542 RIL_CellIdentityLte_v12 cellIdentityLte; member
/aosp12/hardware/ril/reference-ril/
H A Dril.h1476 RIL_CellIdentityLte cellIdentityLte; member
1481 RIL_CellIdentityLte_v12 cellIdentityLte; member
1542 RIL_CellIdentityLte_v12 cellIdentityLte; member
/aosp12/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_hidl_hal_api.cpp794 EXPECT_EQ(1, cellIdentities.cellIdentityLte.size()); in TEST_P()
795 ::android::hardware::radio::V1_2::CellIdentityLte cil = cellIdentities.cellIdentityLte[0]; in TEST_P()
820 cellIdentities.cellIdentityLte.size() + cellIdentities.cellIdentityWcdma.size() + in TEST_P()
/aosp12/hardware/interfaces/radio/1.2/
H A Dtypes.hal291 CellIdentityLte cellIdentityLte;
509 vec<CellIdentityLte> cellIdentityLte;
/aosp12/hardware/interfaces/radio/1.5/
H A Dtypes.hal674 CellIdentityLte cellIdentityLte;
/aosp12/hardware/interfaces/radio/1.0/
H A Dtypes.hal1615 CellIdentityLte cellIdentityLte;
1651 vec<CellIdentityLte> cellIdentityLte;

12