Searched refs:operatorNames (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityTdscdma.java | 96 cid.uarfcn, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort); in CellIdentityTdscdma()
|
D | CellIdentityCdma.java | 117 cid.base.latitude, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort); in CellIdentityCdma()
|
D | CellIdentityWcdma.java | 90 cid.base.mcc, cid.base.mnc, cid.operatorNames.alphaLong, in CellIdentityWcdma() 91 cid.operatorNames.alphaShort); in CellIdentityWcdma()
|
D | CellIdentityGsm.java | 93 cid.base.mnc, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort); in CellIdentityGsm()
|
D | CellIdentityLte.java | 113 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/ |
D | RILTest.java | 1732 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/ |
D | MobileSignalController.java | 401 String[] operatorNames = new String[]{mServiceState.getOperatorAlphaLongRaw(), in isCarrierSpecificDataIcon() local 403 for (String opName : operatorNames) { in isCarrierSpecificDataIcon()
|