Home
last modified time | relevance | path

Searched defs:operatorNumeric (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DCellInfoUtilTest.kt122 val operatorNumeric = CELL_IDENTITY_CDMA.getOperatorNumeric() in getOperatorNumeric_cdma() constant
129 val operatorNumeric = CELL_IDENTITY_GSM.getOperatorNumeric() in getOperatorNumeric_gsm() constant
/packages/apps/Settings/src/com/android/settings/network/telephony/
DCellInfoUtil.kt42 val operatorNumeric = getOperatorNumeric() ?: return null in <lambda>() constant
DMobileNetworkUtils.java555 final String operatorNumeric = in isTdscdmaSupported() local
/packages/services/Telephony/src/com/android/phone/
DCellInfoUtil.java138 String operatorNumeric = operatorInfo.getOperatorNumeric(); in convertOperatorInfoToCellInfo() local
DNotificationMgr.java1094 final String operatorNumeric = in isTdscdmaSupported() local