Home
last modified time | relevance | path

Searched refs:operatorNames (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellIdentityTdscdma.java96 cid.uarfcn, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort); in CellIdentityTdscdma()
DCellIdentityCdma.java117 cid.base.latitude, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort); in CellIdentityCdma()
DCellIdentityWcdma.java90 cid.base.mcc, cid.base.mnc, cid.operatorNames.alphaLong, in CellIdentityWcdma()
91 cid.operatorNames.alphaShort); in CellIdentityWcdma()
DCellIdentityGsm.java93 cid.base.mnc, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort); in CellIdentityGsm()
DCellIdentityLte.java113 cid.base.mcc, cid.base.mnc, cid.operatorNames.alphaLong, in CellIdentityLte()
114 cid.operatorNames.alphaShort); in CellIdentityLte()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1732 lte.cellIdentityLte.operatorNames.alphaLong = ALPHA_LONG; in initializeCellInfoLte_1_2()
1733 lte.cellIdentityLte.operatorNames.alphaShort = ALPHA_SHORT; in initializeCellInfoLte_1_2()
1744 lte.cellIdentityLte.operatorNames.alphaLong = alphaLong; in getCellInfoListForLTE()
1745 lte.cellIdentityLte.operatorNames.alphaShort = alphaShort; in getCellInfoListForLTE()
1772 cellinfo.cellIdentityGsm.operatorNames.alphaLong = alphaLong; in getCellInfoListForGSM()
1773 cellinfo.cellIdentityGsm.operatorNames.alphaShort = alphaShort; in getCellInfoListForGSM()
1801 cellinfo.cellIdentityWcdma.operatorNames.alphaLong = alphaLong; in getCellInfoListForWcdma()
1802 cellinfo.cellIdentityWcdma.operatorNames.alphaShort = alphaShort; in getCellInfoListForWcdma()
1829 cellinfo.cellIdentityCdma.operatorNames.alphaLong = alphaLong; in getCellInfoListForCdma()
1830 cellinfo.cellIdentityCdma.operatorNames.alphaShort = alphaShort; in getCellInfoListForCdma()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DMobileSignalController.java401 String[] operatorNames = new String[]{mServiceState.getOperatorAlphaLongRaw(), in isCarrierSpecificDataIcon() local
403 for (String opName : operatorNames) { in isCarrierSpecificDataIcon()