Searched refs:alphaShort (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() 100 cid.base.operatorNames.alphaShort, cid.additionalPlmns); in CellIdentityNr()
|
D | CellIdentityGsm.java | 112 cid.base.mnc, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityGsm() 122 cid.base.operatorNames.alphaShort, cid.additionalPlmns); in CellIdentityGsm()
|
D | CellIdentityTdscdma.java | 122 cid.uarfcn, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityTdscdma() 130 cid.base.operatorNames.alphaShort, in CellIdentityTdscdma()
|
D | CellIdentityWcdma.java | 118 cid.operatorNames.alphaShort, new ArraySet<>(), null); in CellIdentityWcdma() 125 cid.base.operatorNames.alphaShort, cid.additionalPlmns, in CellIdentityWcdma()
|
D | CellIdentity.java | 188 public void setOperatorAlphaShort(String alphaShort) { in setOperatorAlphaShort() argument 189 mAlphaShort = alphaShort; in setOperatorAlphaShort()
|
D | CellIdentityLte.java | 147 cid.operatorNames.alphaShort, new ArraySet<>(), null); in CellIdentityLte() 155 cid.base.operatorNames.alphaShort, cid.additionalPlmns, 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 | 1461 cid.operatorNames.alphaShort = ALPHA_SHORT; in initializeCellIdentityTdscdma_1_2() 1798 cellinfo.cellidentity.operatorNames.alphaShort = ALPHA_SHORT; in testConvertHalCellInfoList_1_4ForNr() 2184 id.operatorNames.alphaShort = ALPHA_SHORT; in initializeCellIdentityLte_1_2() 2199 String mcc, String mnc, String alphaLong, String alphaShort) { in getCellInfoListForLTE() argument 2205 lte.cellIdentityLte.operatorNames.alphaShort = alphaShort; in getCellInfoListForLTE() 2223 String mcc, String mnc, String alphaLong, String alphaShort) { in getCellInfoListForGSM() argument 2233 cellinfo.cellIdentityGsm.operatorNames.alphaShort = alphaShort; in getCellInfoListForGSM() 2258 String mcc, String mnc, String alphaLong, String alphaShort) { in initializeCellIdentityWcdma_1_2() argument 2266 cid.operatorNames.alphaShort = alphaShort; 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 | 716 assertEquals("short", state.voiceOperator.alphaShort); in testWriteServiceStateChanged() 722 assertEquals("short", state.dataOperator.alphaShort); in testWriteServiceStateChanged() 764 assertEquals("short", state.voiceOperator.alphaShort); in testReset() 770 assertEquals("short", state.dataOperator.alphaShort); in testReset()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 924 ssProto.voiceOperator.alphaShort = serviceState.getOperatorAlphaShort(); in toServiceStateProto() 925 ssProto.dataOperator.alphaShort = serviceState.getOperatorAlphaShort(); in toServiceStateProto()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioResponse.java | 2239 networkInfos.get(i).alphaShort, networkInfos.get(i).operatorNumeric, in responseOperatorInfos()
|