/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | CellInfoCdma.java | 58 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 D | CellIdentity.java | 392 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 D | wwan_convert.c | 74 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 D | cell_info_cdma.cc | 79 return (validateIdentity(cell.cellIdentityCdma) && in validate()
|
/aosp12/hardware/interfaces/radio/1.0/vts/functional/ |
H A D | radio_hidl_hal_data.cpp | 78 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 D | wwan.h | 312 struct chreWwanCellIdentityCdma cellIdentityCdma; member
|
/aosp12/system/chre/chre_api/legacy/v1_2/chre/ |
H A D | wwan.h | 312 struct chreWwanCellIdentityCdma cellIdentityCdma; member
|
/aosp12/system/chre/chre_api/legacy/v1_3/chre/ |
H A D | wwan.h | 312 struct chreWwanCellIdentityCdma cellIdentityCdma; member
|
/aosp12/system/chre/chre_api/legacy/v1_4/chre/ |
H A D | wwan.h | 405 struct chreWwanCellIdentityCdma cellIdentityCdma; member
|
/aosp12/system/chre/chpp/include/chpp/common/ |
H A D | wwan_types.h | 66 struct ChppWwanCellIdentityCdma cellIdentityCdma; member
|
/aosp12/system/chre/chre_api/include/chre_api/chre/ |
H A D | wwan.h | 405 struct chreWwanCellIdentityCdma cellIdentityCdma; member
|
/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 3504 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 D | RILTest.java | 1655 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 D | ServiceStateTrackerTest.java | 965 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 D | ril.h | 1470 RIL_CellIdentityCdma cellIdentityCdma; member 1544 RIL_CellIdentityCdma cellIdentityCdma; member
|
/aosp12/hardware/ril/reference-ril/ |
H A D | ril.h | 1470 RIL_CellIdentityCdma cellIdentityCdma; member 1544 RIL_CellIdentityCdma cellIdentityCdma; member
|
/aosp12/hardware/interfaces/radio/1.2/ |
H A D | types.hal | 285 CellIdentityCdma cellIdentityCdma; 508 vec<CellIdentityCdma> cellIdentityCdma;
|
/aosp12/hardware/interfaces/radio/1.2/vts/functional/ |
H A D | radio_hidl_hal_api.cpp | 813 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 D | types.hal | 1609 CellIdentityCdma cellIdentityCdma; 1650 vec<CellIdentityCdma> cellIdentityCdma;
|