Searched refs:alphaLong (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentity.java | 150 public void setOperatorAlphaLong(String alphaLong) { in setOperatorAlphaLong() argument 151 mAlphaLong = alphaLong; in setOperatorAlphaLong()
|
D | CellIdentityTdscdma.java | 96 cid.uarfcn, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort); in CellIdentityTdscdma()
|
D | CellIdentityCdma.java | 117 cid.base.latitude, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort); in CellIdentityCdma()
|
D | CellIdentityWcdma.java | 90 cid.base.mcc, cid.base.mnc, cid.operatorNames.alphaLong, in CellIdentityWcdma()
|
D | CellIdentityGsm.java | 93 cid.base.mnc, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort); in CellIdentityGsm()
|
D | CellIdentityLte.java | 113 cid.base.mcc, cid.base.mnc, cid.operatorNames.alphaLong, in CellIdentityLte()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 1732 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/ |
D | TelephonyMetricsTest.java | 678 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/ |
D | TelephonyMetrics.java | 886 ssProto.voiceOperator.alphaLong = serviceState.getVoiceOperatorAlphaLong(); in toServiceStateProto() 900 ssProto.dataOperator.alphaLong = serviceState.getDataOperatorAlphaLong(); in toServiceStateProto()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioResponse.java | 1998 ret.add(new OperatorInfo(networkInfos.get(i).alphaLong, in responseOperatorInfos()
|