Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentityNr.java105 cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityNr()
113 cid.base.mnc, cid.base.nci, cid.base.operatorNames.alphaLong, in CellIdentityNr()
DCellIdentityTdscdma.java124 cid.uarfcn, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityTdscdma()
131 cid.base.base.cpid, cid.base.uarfcn, cid.base.operatorNames.alphaLong, in CellIdentityTdscdma()
DCellIdentityGsm.java115 cid.base.mnc, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityGsm()
124 cid.base.base.mnc, cid.base.operatorNames.alphaLong, in CellIdentityGsm()
DCellIdentity.java171 public void setOperatorAlphaLong(String alphaLong) { in setOperatorAlphaLong() argument
172 mAlphaLong = alphaLong; in setOperatorAlphaLong()
DCellIdentityWcdma.java119 cid.base.mcc, cid.base.mnc, cid.operatorNames.alphaLong, in CellIdentityWcdma()
126 cid.base.base.mcc, cid.base.base.mnc, cid.base.operatorNames.alphaLong, in CellIdentityWcdma()
DCellIdentityLte.java148 cid.bandwidth, cid.base.mcc, cid.base.mnc, cid.operatorNames.alphaLong, in CellIdentityLte()
156 cid.base.base.mcc, cid.base.base.mnc, cid.base.operatorNames.alphaLong, in CellIdentityLte()
DCellIdentityCdma.java123 cid.base.latitude, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort); in CellIdentityCdma()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1609 cid.operatorNames.alphaLong = ALPHA_LONG; in initializeCellIdentityTdscdma_1_2()
1946 cellinfo.cellidentity.operatorNames.alphaLong = ALPHA_LONG; in testConvertHalCellInfoList_1_4ForNr()
2463 id.operatorNames.alphaLong = ALPHA_LONG; in initializeCellIdentityLte_1_2()
2479 String mcc, String mnc, String alphaLong, String alphaShort) { in getCellInfoListForLTE() argument
2484 lte.cellIdentityLte.operatorNames.alphaLong = alphaLong; in getCellInfoListForLTE()
2503 String mcc, String mnc, String alphaLong, String alphaShort) { in getCellInfoListForGSM() argument
2512 cellinfo.cellIdentityGsm.operatorNames.alphaLong = alphaLong; in getCellInfoListForGSM()
2538 String mcc, String mnc, String alphaLong, String alphaShort) { in initializeCellIdentityWcdma_1_2() argument
2545 cid.operatorNames.alphaLong = alphaLong; in initializeCellIdentityWcdma_1_2()
2550 String mcc, String mnc, String alphaLong, String alphaShort) { in getCellInfoListForWcdma() argument
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java757 assertEquals("long", state.voiceOperator.alphaLong); in testWriteServiceStateChanged()
763 assertEquals("long", state.dataOperator.alphaLong); in testWriteServiceStateChanged()
805 assertEquals("long", state.voiceOperator.alphaLong); in testReset()
811 assertEquals("long", state.dataOperator.alphaLong); in testReset()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java980 ssProto.voiceOperator.alphaLong = serviceState.getOperatorAlphaLong(); in toServiceStateProto()
981 ssProto.dataOperator.alphaLong = serviceState.getOperatorAlphaLong(); in toServiceStateProto()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioResponse.java2579 ret.add(new OperatorInfo(networkInfos.get(i).alphaLong, in responseOperatorInfos()