Home
last modified time | relevance | path

Searched refs:cidGsm (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DRadioInfo.java790 CellIdentityGsm cidGsm = ci.getCellIdentity(); in buildGsmInfoString() local
795 getCellInfoDisplayString(cidGsm.getMcc()), in buildGsmInfoString()
796 getCellInfoDisplayString(cidGsm.getMnc()), in buildGsmInfoString()
797 getCellInfoDisplayString(cidGsm.getLac()), in buildGsmInfoString()
798 getCellInfoDisplayString(cidGsm.getCid()), in buildGsmInfoString()
799 getCellInfoDisplayString(cidGsm.getArfcn()), in buildGsmInfoString()
800 getCellInfoDisplayString(cidGsm.getBsic()), in buildGsmInfoString()
/packages/services/Telephony/src/com/android/phone/settings/
DRadioInfo.java962 CellIdentityGsm cidGsm = ci.getCellIdentity(); in buildGsmInfoString() local
967 getCellInfoDisplayString(cidGsm.getMcc()), in buildGsmInfoString()
968 getCellInfoDisplayString(cidGsm.getMnc()), in buildGsmInfoString()
969 getCellInfoDisplayString(cidGsm.getLac()), in buildGsmInfoString()
970 getCellInfoDisplayString(cidGsm.getCid()), in buildGsmInfoString()
971 getCellInfoDisplayString(cidGsm.getArfcn()), in buildGsmInfoString()
972 getCellInfoDisplayString(cidGsm.getBsic()), in buildGsmInfoString()