/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | CellIdentityNr.java | 105 cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityNr() 114 cid.base.operatorNames.alphaShort, cid.additionalPlmns); in CellIdentityNr()
|
H A D | CellIdentityGsm.java | 115 cid.base.mnc, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityGsm() 125 cid.base.operatorNames.alphaShort, cid.additionalPlmns); in CellIdentityGsm()
|
H A D | CellIdentityTdscdma.java | 124 cid.uarfcn, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityTdscdma() 132 cid.base.operatorNames.alphaShort, in CellIdentityTdscdma()
|
H A D | CellIdentity.java | 187 public void setOperatorAlphaShort(String alphaShort) { in setOperatorAlphaShort() argument 188 mAlphaShort = alphaShort; in setOperatorAlphaShort()
|
H A D | CellIdentityWcdma.java | 120 cid.operatorNames.alphaShort, new ArraySet<>(), null); in CellIdentityWcdma() 127 cid.base.operatorNames.alphaShort, cid.additionalPlmns, in CellIdentityWcdma()
|
H A D | CellIdentityLte.java | 149 cid.operatorNames.alphaShort, new ArraySet<>(), null); in CellIdentityLte() 157 cid.base.operatorNames.alphaShort, cid.additionalPlmns, in CellIdentityLte()
|
H A D | CellIdentityCdma.java | 123 cid.base.latitude, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort); in CellIdentityCdma()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | RILTest.java | 1610 cid.operatorNames.alphaShort = ALPHA_SHORT; in initializeCellIdentityTdscdma_1_2() 1947 cellinfo.cellidentity.operatorNames.alphaShort = ALPHA_SHORT; in testConvertHalCellInfoList_1_4ForNr() 2464 id.operatorNames.alphaShort = ALPHA_SHORT; in initializeCellIdentityLte_1_2() 2479 String mcc, String mnc, String alphaLong, String alphaShort) { in getCellInfoListForLTE() argument 2485 lte.cellIdentityLte.operatorNames.alphaShort = alphaShort; in getCellInfoListForLTE() 2503 String mcc, String mnc, String alphaLong, String alphaShort) { in getCellInfoListForGSM() argument 2513 cellinfo.cellIdentityGsm.operatorNames.alphaShort = alphaShort; in getCellInfoListForGSM() 2546 cid.operatorNames.alphaShort = alphaShort; in initializeCellIdentityWcdma_1_2() 2550 String mcc, String mnc, String alphaLong, String alphaShort) { in getCellInfoListForWcdma() argument 2554 cellinfo.cellIdentityWcdma, mcc, mnc, alphaLong, alphaShort); in getCellInfoListForWcdma() [all …]
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
H A D | TelephonyMetricsTest.java | 759 assertEquals("short", state.voiceOperator.alphaShort); in testWriteServiceStateChanged() 765 assertEquals("short", state.dataOperator.alphaShort); in testWriteServiceStateChanged() 807 assertEquals("short", state.voiceOperator.alphaShort); in testReset() 813 assertEquals("short", state.dataOperator.alphaShort); in testReset()
|
/aosp12/hardware/interfaces/radio/1.2/ |
H A D | types.hal | 238 string alphaShort;
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
H A D | TelephonyMetrics.java | 991 ssProto.voiceOperator.alphaShort = serviceState.getOperatorAlphaShort(); in toServiceStateProto() 992 ssProto.dataOperator.alphaShort = serviceState.getOperatorAlphaShort(); in toServiceStateProto()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | RadioResponse.java | 2580 networkInfos.get(i).alphaShort, networkInfos.get(i).operatorNumeric, in responseOperatorInfos()
|
/aosp12/hardware/interfaces/radio/1.0/ |
H A D | types.hal | 1434 string alphaShort; // short alpha ONS or EONS
|
/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 4567 networks[j].alphaShort = convertCharPtrToHidlString(resp[i + 1]); in getAvailableNetworksResponse()
|