Searched refs:cidLte (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | RadioInfo.java | 805 CellIdentityLte cidLte = ci.getCellIdentity(); in buildLteInfoString() local 811 getCellInfoDisplayString(cidLte.getMcc()), in buildLteInfoString() 812 getCellInfoDisplayString(cidLte.getMnc()), in buildLteInfoString() 813 getCellInfoDisplayString(cidLte.getTac()), in buildLteInfoString() 814 getCellInfoDisplayString(cidLte.getCi()), in buildLteInfoString() 815 getCellInfoDisplayString(cidLte.getPci()), in buildLteInfoString() 816 getCellInfoDisplayString(cidLte.getEarfcn()), in buildLteInfoString() 817 getCellInfoDisplayString(cidLte.getBandwidth()), in buildLteInfoString()
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | RadioInfo.java | 977 CellIdentityLte cidLte = ci.getCellIdentity(); in buildLteInfoString() local 983 getCellInfoDisplayString(cidLte.getMcc()), in buildLteInfoString() 984 getCellInfoDisplayString(cidLte.getMnc()), in buildLteInfoString() 985 getCellInfoDisplayString(cidLte.getTac()), in buildLteInfoString() 986 getCellInfoDisplayString(cidLte.getCi()), in buildLteInfoString() 987 getCellInfoDisplayString(cidLte.getPci()), in buildLteInfoString() 988 getCellInfoDisplayString(cidLte.getEarfcn()), in buildLteInfoString() 989 getCellInfoDisplayString(cidLte.getBandwidth()), in buildLteInfoString()
|