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.java787 CellIdentityGsm cidGsm = ci.getCellIdentity(); in buildGsmInfoString() local
792 getCellInfoDisplayString(cidGsm.getMcc()), in buildGsmInfoString()
793 getCellInfoDisplayString(cidGsm.getMnc()), in buildGsmInfoString()
794 getCellInfoDisplayString(cidGsm.getLac()), in buildGsmInfoString()
795 getCellInfoDisplayString(cidGsm.getCid()), in buildGsmInfoString()
796 getCellInfoDisplayString(cidGsm.getArfcn()), in buildGsmInfoString()
797 getCellInfoDisplayString(cidGsm.getBsic()), in buildGsmInfoString()
/packages/apps/Settings/src/com/android/settings/
DRadioInfo.java880 CellIdentityGsm cidGsm = ci.getCellIdentity(); in buildGsmInfoString() local
885 getCellInfoDisplayString(cidGsm.getMcc()), in buildGsmInfoString()
886 getCellInfoDisplayString(cidGsm.getMnc()), in buildGsmInfoString()
887 getCellInfoDisplayString(cidGsm.getLac()), in buildGsmInfoString()
888 getCellInfoDisplayString(cidGsm.getCid()), in buildGsmInfoString()
889 getCellInfoDisplayString(cidGsm.getArfcn()), in buildGsmInfoString()
890 getCellInfoDisplayString(cidGsm.getBsic()), in buildGsmInfoString()