Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/settings/
DRadioInfo.java1137 CellIdentityLte cidLte = ci.getCellIdentity(); in buildLteInfoString() local
1143 getCellInfoDisplayString(cidLte.getMcc()), in buildLteInfoString()
1144 getCellInfoDisplayString(cidLte.getMnc()), in buildLteInfoString()
1145 getCellInfoDisplayString(cidLte.getTac()), in buildLteInfoString()
1146 getCellInfoDisplayString(cidLte.getCi()), in buildLteInfoString()
1147 getCellInfoDisplayString(cidLte.getPci()), in buildLteInfoString()
1148 getCellInfoDisplayString(cidLte.getEarfcn()), in buildLteInfoString()
1149 getCellInfoDisplayString(cidLte.getBandwidth()), in buildLteInfoString()