Searched refs:operatorNames (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RILUtils.java | 2628 ci.base.mnc, ci.operatorNames.alphaLong, ci.operatorNames.alphaShort, in convertHalCellIdentityGsm() 2636 ci.base.operatorNames.alphaLong, ci.base.operatorNames.alphaShort, in convertHalCellIdentityGsm() 2652 cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, new ArraySet<>()); in convertHalCellIdentityGsm() 2666 ci.base.longitude, ci.base.latitude, ci.operatorNames.alphaLong, in convertHalCellIdentityCdma() 2667 ci.operatorNames.alphaShort); in convertHalCellIdentityCdma() 2681 cid.latitude, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort); in convertHalCellIdentityCdma() 2696 ci.operatorNames.alphaLong, ci.operatorNames.alphaShort, new ArraySet<>(), in convertHalCellIdentityLte() 2704 ci.base.operatorNames.alphaLong, ci.base.operatorNames.alphaShort, in convertHalCellIdentityLte() 2719 cid.mcc, cid.mnc, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in convertHalCellIdentityLte() 2735 ci.base.mcc, ci.base.mnc, ci.operatorNames.alphaLong, in convertHalCellIdentityWcdma() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 1551 android.hardware.radio.V1_2.CellIdentityOperatorNames operatorNames = in getCellIdentityOperatorNames() local 1553 operatorNames.alphaLong = ALPHA_LONG; in getCellIdentityOperatorNames() 1554 operatorNames.alphaShort = ALPHA_SHORT; in getCellIdentityOperatorNames() 1556 return operatorNames; in getCellIdentityOperatorNames() 1572 cellIdentity.operatorNames = getCellIdentityOperatorNames(); in getCellIdentityLte_1_2() 1749 cellIdentity.operatorNames = getCellIdentityOperatorNames(); in getCellIdentityGsm_1_2() 1875 cellIdentity.operatorNames = getCellIdentityOperatorNames(); in getCellIdentityWcdma_1_2() 2011 cellIdentity.operatorNames = getCellIdentityOperatorNames(); in getCellIdentityTdscdma_1_2() 2144 cellIdentity.operatorNames = getCellIdentityOperatorNames(); in getCellInfoCdma_1_2() 2251 cellinfo.cellidentity.operatorNames.alphaLong = ALPHA_LONG; in testConvertHalCellInfoList_1_4ForNr() [all …]
|