Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DRadioInfo.java842 lteCells = new StringBuilder(), in buildCellInfoString() local
849 lteCells.append(buildLteInfoString((CellInfoLte) ci)); in buildCellInfoString()
858 if (lteCells.length() != 0) { in buildCellInfoString()
864 value += lteCells.toString(); in buildCellInfoString()
/packages/services/Telephony/src/com/android/phone/settings/
DRadioInfo.java984 lteCells = new StringBuilder(), in buildCellInfoString() local
991 lteCells.append(buildLteInfoString((CellInfoLte) ci)); in buildCellInfoString()
1000 if (lteCells.length() != 0) { in buildCellInfoString()
1006 value += lteCells.toString(); in buildCellInfoString()