Searched refs:alphaLong (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityNr.java | 91 cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityNr() 99 cid.base.mnc, cid.base.nci, cid.base.operatorNames.alphaLong, in CellIdentityNr()
|
D | CellIdentityGsm.java | 112 cid.base.mnc, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityGsm() 121 cid.base.base.mnc, cid.base.operatorNames.alphaLong, in CellIdentityGsm()
|
D | CellIdentityTdscdma.java | 122 cid.uarfcn, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityTdscdma() 129 cid.base.base.cpid, cid.base.uarfcn, cid.base.operatorNames.alphaLong, in CellIdentityTdscdma()
|
D | CellIdentityWcdma.java | 117 cid.base.mcc, cid.base.mnc, cid.operatorNames.alphaLong, in CellIdentityWcdma() 124 cid.base.base.mcc, cid.base.base.mnc, cid.base.operatorNames.alphaLong, in CellIdentityWcdma()
|
D | CellIdentity.java | 172 public void setOperatorAlphaLong(String alphaLong) { in setOperatorAlphaLong() argument 173 mAlphaLong = alphaLong; in setOperatorAlphaLong()
|
D | CellIdentityLte.java | 146 cid.bandwidth, cid.base.mcc, cid.base.mnc, cid.operatorNames.alphaLong, in CellIdentityLte() 154 cid.base.base.mcc, cid.base.base.mnc, cid.base.operatorNames.alphaLong, in CellIdentityLte()
|
D | CellIdentityCdma.java | 121 cid.base.latitude, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort); in CellIdentityCdma()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 1460 cid.operatorNames.alphaLong = ALPHA_LONG; in initializeCellIdentityTdscdma_1_2() 1797 cellinfo.cellidentity.operatorNames.alphaLong = ALPHA_LONG; in testConvertHalCellInfoList_1_4ForNr() 2183 id.operatorNames.alphaLong = ALPHA_LONG; in initializeCellIdentityLte_1_2() 2199 String mcc, String mnc, String alphaLong, String alphaShort) { in getCellInfoListForLTE() argument 2204 lte.cellIdentityLte.operatorNames.alphaLong = alphaLong; in getCellInfoListForLTE() 2223 String mcc, String mnc, String alphaLong, String alphaShort) { in getCellInfoListForGSM() argument 2232 cellinfo.cellIdentityGsm.operatorNames.alphaLong = alphaLong; in getCellInfoListForGSM() 2258 String mcc, String mnc, String alphaLong, String alphaShort) { in initializeCellIdentityWcdma_1_2() argument 2265 cid.operatorNames.alphaLong = alphaLong; in initializeCellIdentityWcdma_1_2() 2270 String mcc, String mnc, String alphaLong, String alphaShort) { in getCellInfoListForWcdma() argument [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | TelephonyMetricsTest.java | 714 assertEquals("long", state.voiceOperator.alphaLong); in testWriteServiceStateChanged() 720 assertEquals("long", state.dataOperator.alphaLong); in testWriteServiceStateChanged() 762 assertEquals("long", state.voiceOperator.alphaLong); in testReset() 768 assertEquals("long", state.dataOperator.alphaLong); in testReset()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 919 ssProto.voiceOperator.alphaLong = serviceState.getOperatorAlphaLong(); in toServiceStateProto() 920 ssProto.dataOperator.alphaLong = serviceState.getOperatorAlphaLong(); in toServiceStateProto()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioResponse.java | 2238 ret.add(new OperatorInfo(networkInfos.get(i).alphaLong, in responseOperatorInfos()
|