Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentityNr.java91 cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityNr()
100 cid.base.operatorNames.alphaShort, cid.additionalPlmns); in CellIdentityNr()
DCellIdentityGsm.java112 cid.base.mnc, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityGsm()
122 cid.base.operatorNames.alphaShort, cid.additionalPlmns); in CellIdentityGsm()
DCellIdentityTdscdma.java122 cid.uarfcn, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityTdscdma()
130 cid.base.operatorNames.alphaShort, in CellIdentityTdscdma()
DCellIdentityWcdma.java118 cid.operatorNames.alphaShort, new ArraySet<>(), null); in CellIdentityWcdma()
125 cid.base.operatorNames.alphaShort, cid.additionalPlmns, in CellIdentityWcdma()
DCellIdentity.java188 public void setOperatorAlphaShort(String alphaShort) { in setOperatorAlphaShort() argument
189 mAlphaShort = alphaShort; in setOperatorAlphaShort()
DCellIdentityLte.java147 cid.operatorNames.alphaShort, new ArraySet<>(), null); in CellIdentityLte()
155 cid.base.operatorNames.alphaShort, cid.additionalPlmns, 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.java1461 cid.operatorNames.alphaShort = ALPHA_SHORT; in initializeCellIdentityTdscdma_1_2()
1798 cellinfo.cellidentity.operatorNames.alphaShort = ALPHA_SHORT; in testConvertHalCellInfoList_1_4ForNr()
2184 id.operatorNames.alphaShort = ALPHA_SHORT; in initializeCellIdentityLte_1_2()
2199 String mcc, String mnc, String alphaLong, String alphaShort) { in getCellInfoListForLTE() argument
2205 lte.cellIdentityLte.operatorNames.alphaShort = alphaShort; in getCellInfoListForLTE()
2223 String mcc, String mnc, String alphaLong, String alphaShort) { in getCellInfoListForGSM() argument
2233 cellinfo.cellIdentityGsm.operatorNames.alphaShort = alphaShort; in getCellInfoListForGSM()
2258 String mcc, String mnc, String alphaLong, String alphaShort) { in initializeCellIdentityWcdma_1_2() argument
2266 cid.operatorNames.alphaShort = alphaShort; 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.java716 assertEquals("short", state.voiceOperator.alphaShort); in testWriteServiceStateChanged()
722 assertEquals("short", state.dataOperator.alphaShort); in testWriteServiceStateChanged()
764 assertEquals("short", state.voiceOperator.alphaShort); in testReset()
770 assertEquals("short", state.dataOperator.alphaShort); in testReset()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java924 ssProto.voiceOperator.alphaShort = serviceState.getOperatorAlphaShort(); in toServiceStateProto()
925 ssProto.dataOperator.alphaShort = serviceState.getOperatorAlphaShort(); in toServiceStateProto()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioResponse.java2239 networkInfos.get(i).alphaShort, networkInfos.get(i).operatorNumeric, in responseOperatorInfos()