Searched refs:alphaLong (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityNr.java | 105 cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityNr() 113 cid.base.mnc, cid.base.nci, cid.base.operatorNames.alphaLong, in CellIdentityNr()
|
D | CellIdentityTdscdma.java | 124 cid.uarfcn, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityTdscdma() 131 cid.base.base.cpid, cid.base.uarfcn, cid.base.operatorNames.alphaLong, in CellIdentityTdscdma()
|
D | CellIdentityGsm.java | 115 cid.base.mnc, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityGsm() 124 cid.base.base.mnc, cid.base.operatorNames.alphaLong, in CellIdentityGsm()
|
D | CellIdentity.java | 171 public void setOperatorAlphaLong(String alphaLong) { in setOperatorAlphaLong() argument 172 mAlphaLong = alphaLong; in setOperatorAlphaLong()
|
D | CellIdentityWcdma.java | 119 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()
|
D | CellIdentityLte.java | 148 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()
|
D | CellIdentityCdma.java | 123 cid.base.latitude, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort); in CellIdentityCdma()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 1609 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/ |
D | TelephonyMetricsTest.java | 757 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/ |
D | TelephonyMetrics.java | 980 ssProto.voiceOperator.alphaLong = serviceState.getOperatorAlphaLong(); in toServiceStateProto() 981 ssProto.dataOperator.alphaLong = serviceState.getOperatorAlphaLong(); in toServiceStateProto()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioResponse.java | 2579 ret.add(new OperatorInfo(networkInfos.get(i).alphaLong, in responseOperatorInfos()
|