Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentity.java186 public void setOperatorAlphaShort(String alphaShort) { in setOperatorAlphaShort() argument
187 mAlphaShort = alphaShort; in setOperatorAlphaShort()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java761 assertEquals("short", state.voiceOperator.alphaShort); in testWriteServiceStateChanged()
767 assertEquals("short", state.dataOperator.alphaShort); in testWriteServiceStateChanged()
809 assertEquals("short", state.voiceOperator.alphaShort); in testReset()
815 assertEquals("short", state.dataOperator.alphaShort); in testReset()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java2628 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()
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()
2736 ci.operatorNames.alphaShort, new ArraySet<>(), null); in convertHalCellIdentityWcdma()
2742 ci.base.operatorNames.alphaLong, ci.base.operatorNames.alphaShort, in convertHalCellIdentityWcdma()
[all …]
DNetworkResponse.java84 ret.add(new OperatorInfo(info.alphaLong, info.alphaShort, info.operatorNumeric, in getAvailableNetworksResponse()
DRadioResponse.java2334 networkInfos.get(i).alphaShort, networkInfos.get(i).operatorNumeric, in responseOperatorInfos()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java987 ssProto.voiceOperator.alphaShort = serviceState.getOperatorAlphaShort(); in toServiceStateProto()
988 ssProto.dataOperator.alphaShort = serviceState.getOperatorAlphaShort(); in toServiceStateProto()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1554 operatorNames.alphaShort = ALPHA_SHORT; in getCellIdentityOperatorNames()
2252 cellinfo.cellidentity.operatorNames.alphaShort = ALPHA_SHORT; in testConvertHalCellInfoList_1_4ForNr()