Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentity.java170 public void setOperatorAlphaLong(String alphaLong) { in setOperatorAlphaLong() argument
171 mAlphaLong = alphaLong; in setOperatorAlphaLong()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java759 assertEquals("long", state.voiceOperator.alphaLong); in testWriteServiceStateChanged()
765 assertEquals("long", state.dataOperator.alphaLong); in testWriteServiceStateChanged()
807 assertEquals("long", state.voiceOperator.alphaLong); in testReset()
813 assertEquals("long", state.dataOperator.alphaLong); 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()
2666 ci.base.longitude, ci.base.latitude, ci.operatorNames.alphaLong, 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()
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.java2333 ret.add(new OperatorInfo(networkInfos.get(i).alphaLong, in responseOperatorInfos()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java982 ssProto.voiceOperator.alphaLong = serviceState.getOperatorAlphaLong(); in toServiceStateProto()
983 ssProto.dataOperator.alphaLong = serviceState.getOperatorAlphaLong(); in toServiceStateProto()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1553 operatorNames.alphaLong = ALPHA_LONG; in getCellIdentityOperatorNames()
2251 cellinfo.cellidentity.operatorNames.alphaLong = ALPHA_LONG; in testConvertHalCellInfoList_1_4ForNr()