Home
last modified time | relevance | path

Searched refs:alphaLong (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellIdentityNr.java91 cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityNr()
99 cid.base.mnc, cid.base.nci, cid.base.operatorNames.alphaLong, in CellIdentityNr()
DCellIdentityGsm.java112 cid.base.mnc, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityGsm()
121 cid.base.base.mnc, cid.base.operatorNames.alphaLong, in CellIdentityGsm()
DCellIdentityTdscdma.java122 cid.uarfcn, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityTdscdma()
129 cid.base.base.cpid, cid.base.uarfcn, cid.base.operatorNames.alphaLong, in CellIdentityTdscdma()
DCellIdentityWcdma.java117 cid.base.mcc, cid.base.mnc, cid.operatorNames.alphaLong, in CellIdentityWcdma()
124 cid.base.base.mcc, cid.base.base.mnc, cid.base.operatorNames.alphaLong, in CellIdentityWcdma()
DCellIdentity.java172 public void setOperatorAlphaLong(String alphaLong) { in setOperatorAlphaLong() argument
173 mAlphaLong = alphaLong; in setOperatorAlphaLong()
DCellIdentityLte.java146 cid.bandwidth, cid.base.mcc, cid.base.mnc, cid.operatorNames.alphaLong, in CellIdentityLte()
154 cid.base.base.mcc, cid.base.base.mnc, cid.base.operatorNames.alphaLong, in CellIdentityLte()
DCellIdentityCdma.java121 cid.base.latitude, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort); in CellIdentityCdma()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1460 cid.operatorNames.alphaLong = ALPHA_LONG; in initializeCellIdentityTdscdma_1_2()
1797 cellinfo.cellidentity.operatorNames.alphaLong = ALPHA_LONG; in testConvertHalCellInfoList_1_4ForNr()
2183 id.operatorNames.alphaLong = ALPHA_LONG; in initializeCellIdentityLte_1_2()
2199 String mcc, String mnc, String alphaLong, String alphaShort) { in getCellInfoListForLTE() argument
2204 lte.cellIdentityLte.operatorNames.alphaLong = alphaLong; in getCellInfoListForLTE()
2223 String mcc, String mnc, String alphaLong, String alphaShort) { in getCellInfoListForGSM() argument
2232 cellinfo.cellIdentityGsm.operatorNames.alphaLong = alphaLong; in getCellInfoListForGSM()
2258 String mcc, String mnc, String alphaLong, String alphaShort) { in initializeCellIdentityWcdma_1_2() argument
2265 cid.operatorNames.alphaLong = alphaLong; in initializeCellIdentityWcdma_1_2()
2270 String mcc, String mnc, String alphaLong, String alphaShort) { in getCellInfoListForWcdma() argument
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java714 assertEquals("long", state.voiceOperator.alphaLong); in testWriteServiceStateChanged()
720 assertEquals("long", state.dataOperator.alphaLong); in testWriteServiceStateChanged()
762 assertEquals("long", state.voiceOperator.alphaLong); in testReset()
768 assertEquals("long", state.dataOperator.alphaLong); in testReset()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java919 ssProto.voiceOperator.alphaLong = serviceState.getOperatorAlphaLong(); in toServiceStateProto()
920 ssProto.dataOperator.alphaLong = serviceState.getOperatorAlphaLong(); in toServiceStateProto()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioResponse.java2238 ret.add(new OperatorInfo(networkInfos.get(i).alphaLong, in responseOperatorInfos()