Home
last modified time | relevance | path

Searched refs:alphaShort (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityNr.java105 cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityNr()
114 cid.base.operatorNames.alphaShort, cid.additionalPlmns); in CellIdentityNr()
H A DCellIdentityGsm.java115 cid.base.mnc, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityGsm()
125 cid.base.operatorNames.alphaShort, cid.additionalPlmns); in CellIdentityGsm()
H A DCellIdentityTdscdma.java124 cid.uarfcn, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityTdscdma()
132 cid.base.operatorNames.alphaShort, in CellIdentityTdscdma()
H A DCellIdentity.java187 public void setOperatorAlphaShort(String alphaShort) { in setOperatorAlphaShort() argument
188 mAlphaShort = alphaShort; in setOperatorAlphaShort()
H A DCellIdentityWcdma.java120 cid.operatorNames.alphaShort, new ArraySet<>(), null); in CellIdentityWcdma()
127 cid.base.operatorNames.alphaShort, cid.additionalPlmns, in CellIdentityWcdma()
H A DCellIdentityLte.java149 cid.operatorNames.alphaShort, new ArraySet<>(), null); in CellIdentityLte()
157 cid.base.operatorNames.alphaShort, cid.additionalPlmns, in CellIdentityLte()
H A DCellIdentityCdma.java123 cid.base.latitude, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort); in CellIdentityCdma()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java1610 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 DTelephonyMetricsTest.java759 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 Dtypes.hal238 string alphaShort;
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DTelephonyMetrics.java991 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 DRadioResponse.java2580 networkInfos.get(i).alphaShort, networkInfos.get(i).operatorNumeric, in responseOperatorInfos()
/aosp12/hardware/interfaces/radio/1.0/
H A Dtypes.hal1434 string alphaShort; // short alpha ONS or EONS
/aosp12/hardware/ril/libril/
H A Dril_service.cpp4567 networks[j].alphaShort = convertCharPtrToHidlString(resp[i + 1]); in getAvailableNetworksResponse()