Searched refs:cidLte (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | RadioInfo.java | 802 CellIdentityLte cidLte = ci.getCellIdentity(); in buildLteInfoString() local 808 getCellInfoDisplayString(cidLte.getMcc()), in buildLteInfoString() 809 getCellInfoDisplayString(cidLte.getMnc()), in buildLteInfoString() 810 getCellInfoDisplayString(cidLte.getTac()), in buildLteInfoString() 811 getCellInfoDisplayString(cidLte.getCi()), in buildLteInfoString() 812 getCellInfoDisplayString(cidLte.getPci()), in buildLteInfoString() 813 getCellInfoDisplayString(cidLte.getEarfcn()), in buildLteInfoString() 814 getCellInfoDisplayString(cidLte.getBandwidth()), in buildLteInfoString()
|
/packages/apps/Settings/src/com/android/settings/ |
D | RadioInfo.java | 895 CellIdentityLte cidLte = ci.getCellIdentity(); in buildLteInfoString() local 901 getCellInfoDisplayString(cidLte.getMcc()), in buildLteInfoString() 902 getCellInfoDisplayString(cidLte.getMnc()), in buildLteInfoString() 903 getCellInfoDisplayString(cidLte.getTac()), in buildLteInfoString() 904 getCellInfoDisplayString(cidLte.getCi()), in buildLteInfoString() 905 getCellInfoDisplayString(cidLte.getPci()), in buildLteInfoString() 906 getCellInfoDisplayString(cidLte.getEarfcn()), in buildLteInfoString() 907 getCellInfoDisplayString(cidLte.getBandwidth()), in buildLteInfoString()
|