Home
last modified time | relevance | path

Searched refs:cellIdentityCdma (Results 1 – 19 of 19) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCellInfoCdma.java58 mCellIdentityCdma = new CellIdentityCdma(cic.cellIdentityCdma); in CellInfoCdma()
67 mCellIdentityCdma = new CellIdentityCdma(cic.cellIdentityCdma); in CellInfoCdma()
76 mCellIdentityCdma = new CellIdentityCdma(cic.cellIdentityCdma); in CellInfoCdma()
85 mCellIdentityCdma = new CellIdentityCdma(cic.cellIdentityCdma); in CellInfoCdma()
94 mCellIdentityCdma = new CellIdentityCdma(cic.cellIdentityCdma); in CellInfoCdma()
H A DCellIdentity.java392 if (cellIdentity.cellIdentityCdma.size() == 1) { in create()
393 return new CellIdentityCdma(cellIdentity.cellIdentityCdma.get(0)); in create()
432 if (cellIdentity.cellIdentityCdma.size() == 1) { in create()
433 return new CellIdentityCdma(cellIdentity.cellIdentityCdma.get(0)); in create()
/aosp12/system/chre/chpp/common/
H A Dwwan_convert.c74 chppWwanConvertCellIdentityCdmaFromChre(&in->cellIdentityCdma, in chppWwanConvertCellInfoCdmaFromChre()
75 &out->cellIdentityCdma); in chppWwanConvertCellInfoCdmaFromChre()
337 if (!chppWwanConvertCellIdentityCdmaToChre(&in->cellIdentityCdma, in chppWwanConvertCellInfoCdmaToChre()
338 &out->cellIdentityCdma)) { in chppWwanConvertCellInfoCdmaToChre()
/aosp12/system/chre/apps/test/chqts/src/general_test/
H A Dcell_info_cdma.cc79 return (validateIdentity(cell.cellIdentityCdma) && in validate()
/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_data.cpp78 EXPECT_EQ(1, cellIdentities.cellIdentityCdma.size()); in TEST_P()
84 cellIdentities.cellIdentityCdma.size() + in TEST_P()
/aosp12/system/chre/chre_api/legacy/v1_1/chre/
H A Dwwan.h312 struct chreWwanCellIdentityCdma cellIdentityCdma; member
/aosp12/system/chre/chre_api/legacy/v1_2/chre/
H A Dwwan.h312 struct chreWwanCellIdentityCdma cellIdentityCdma; member
/aosp12/system/chre/chre_api/legacy/v1_3/chre/
H A Dwwan.h312 struct chreWwanCellIdentityCdma cellIdentityCdma; member
/aosp12/system/chre/chre_api/legacy/v1_4/chre/
H A Dwwan.h405 struct chreWwanCellIdentityCdma cellIdentityCdma; member
/aosp12/system/chre/chpp/include/chpp/common/
H A Dwwan_types.h66 struct ChppWwanCellIdentityCdma cellIdentityCdma; member
/aosp12/system/chre/chre_api/include/chre_api/chre/
H A Dwwan.h405 struct chreWwanCellIdentityCdma cellIdentityCdma; member
/aosp12/hardware/ril/libril/
H A Dril_service.cpp3504 cellIdentity.cellIdentityCdma.resize(0); in fillCellIdentityResponse()
3547 cellIdentity.cellIdentityCdma.resize(1); in fillCellIdentityResponse()
3548 cellIdentity.cellIdentityCdma[0].networkId = rilCellIdentity.cellIdentityCdma.networkId; in fillCellIdentityResponse()
3549 cellIdentity.cellIdentityCdma[0].systemId = rilCellIdentity.cellIdentityCdma.systemId; in fillCellIdentityResponse()
3552 cellIdentity.cellIdentityCdma[0].longitude = rilCellIdentity.cellIdentityCdma.longitude; in fillCellIdentityResponse()
3553 cellIdentity.cellIdentityCdma[0].latitude = rilCellIdentity.cellIdentityCdma.latitude; in fillCellIdentityResponse()
3668 rilCellIdentity.cellIdentityCdma.latitude = in fillCellIdentityFromVoiceRegStateResponseString()
3670 rilCellIdentity.cellIdentityCdma.longitude = in fillCellIdentityFromVoiceRegStateResponseString()
3672 rilCellIdentity.cellIdentityCdma.systemId = in fillCellIdentityFromVoiceRegStateResponseString()
3674 rilCellIdentity.cellIdentityCdma.networkId = in fillCellIdentityFromVoiceRegStateResponseString()
[all …]
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java1655 cellinfo.cellIdentityCdma.networkId = NETWORK_ID; in testConvertHalCellInfoListForCdma()
1656 cellinfo.cellIdentityCdma.systemId = SYSTEM_ID; in testConvertHalCellInfoListForCdma()
1657 cellinfo.cellIdentityCdma.baseStationId = BASESTATION_ID; in testConvertHalCellInfoListForCdma()
1658 cellinfo.cellIdentityCdma.longitude = LONGITUDE; in testConvertHalCellInfoListForCdma()
1659 cellinfo.cellIdentityCdma.latitude = LATITUDE; in testConvertHalCellInfoListForCdma()
2577 cellinfo.cellIdentityCdma.base.networkId = NETWORK_ID; in getCellInfoListForCdma()
2578 cellinfo.cellIdentityCdma.base.systemId = SYSTEM_ID; in getCellInfoListForCdma()
2579 cellinfo.cellIdentityCdma.base.baseStationId = BASESTATION_ID; in getCellInfoListForCdma()
2580 cellinfo.cellIdentityCdma.base.longitude = LONGITUDE; in getCellInfoListForCdma()
2581 cellinfo.cellIdentityCdma.base.latitude = LATITUDE; in getCellInfoListForCdma()
[all …]
H A DServiceStateTrackerTest.java965 CellIdentityCdma cellIdentityCdma = new CellIdentityCdma(1, 2, 3, 4, 5, "test", "tst"); in testCdmaCellLocation() local
971 .setCellIdentity(cellIdentityCdma) in testCdmaCellLocation()
/aosp12/hardware/ril/include/telephony/
H A Dril.h1470 RIL_CellIdentityCdma cellIdentityCdma; member
1544 RIL_CellIdentityCdma cellIdentityCdma; member
/aosp12/hardware/ril/reference-ril/
H A Dril.h1470 RIL_CellIdentityCdma cellIdentityCdma; member
1544 RIL_CellIdentityCdma cellIdentityCdma; member
/aosp12/hardware/interfaces/radio/1.2/
H A Dtypes.hal285 CellIdentityCdma cellIdentityCdma;
508 vec<CellIdentityCdma> cellIdentityCdma;
/aosp12/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_hidl_hal_api.cpp813 EXPECT_EQ(1, cellIdentities.cellIdentityCdma.size()); in TEST_P()
819 cellIdentities.cellIdentityGsm.size() + cellIdentities.cellIdentityCdma.size() + in TEST_P()
/aosp12/hardware/interfaces/radio/1.0/
H A Dtypes.hal1609 CellIdentityCdma cellIdentityCdma;
1650 vec<CellIdentityCdma> cellIdentityCdma;