Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentity.java150 public void setOperatorAlphaLong(String alphaLong) { in setOperatorAlphaLong() argument
151 mAlphaLong = alphaLong; in setOperatorAlphaLong()
DCellIdentityTdscdma.java96 cid.uarfcn, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort); in CellIdentityTdscdma()
DCellIdentityCdma.java117 cid.base.latitude, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort); in CellIdentityCdma()
DCellIdentityWcdma.java90 cid.base.mcc, cid.base.mnc, cid.operatorNames.alphaLong, in CellIdentityWcdma()
DCellIdentityGsm.java93 cid.base.mnc, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort); in CellIdentityGsm()
DCellIdentityLte.java113 cid.base.mcc, cid.base.mnc, cid.operatorNames.alphaLong, in CellIdentityLte()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1732 lte.cellIdentityLte.operatorNames.alphaLong = ALPHA_LONG; in initializeCellInfoLte_1_2()
1739 String mcc, String mnc, String alphaLong, String alphaShort) { in getCellInfoListForLTE() argument
1744 lte.cellIdentityLte.operatorNames.alphaLong = alphaLong; in getCellInfoListForLTE()
1763 String mcc, String mnc, String alphaLong, String alphaShort) { in getCellInfoListForGSM() argument
1772 cellinfo.cellIdentityGsm.operatorNames.alphaLong = alphaLong; in getCellInfoListForGSM()
1792 String mcc, String mnc, String alphaLong, String alphaShort) { in getCellInfoListForWcdma() argument
1801 cellinfo.cellIdentityWcdma.operatorNames.alphaLong = alphaLong; in getCellInfoListForWcdma()
1821 private ArrayList<CellInfo> getCellInfoListForCdma(String alphaLong, String alphaShort) { in getCellInfoListForCdma() argument
1829 cellinfo.cellIdentityCdma.operatorNames.alphaLong = alphaLong; in getCellInfoListForCdma()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java678 assertEquals("voicelong", state.voiceOperator.alphaLong); in testWriteServiceStateChanged()
684 assertEquals("datalong", state.dataOperator.alphaLong); in testWriteServiceStateChanged()
722 assertEquals("voicelong", state.voiceOperator.alphaLong); in testReset()
728 assertEquals("datalong", state.dataOperator.alphaLong); in testReset()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java886 ssProto.voiceOperator.alphaLong = serviceState.getVoiceOperatorAlphaLong(); in toServiceStateProto()
900 ssProto.dataOperator.alphaLong = serviceState.getDataOperatorAlphaLong(); in toServiceStateProto()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioResponse.java1998 ret.add(new OperatorInfo(networkInfos.get(i).alphaLong, in responseOperatorInfos()