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.java839 lteCells = new StringBuilder(), in buildCellInfoString() local
846 lteCells.append(buildLteInfoString((CellInfoLte) ci)); in buildCellInfoString()
855 if (lteCells.length() != 0) { in buildCellInfoString()
861 value += lteCells.toString(); in buildCellInfoString()
/packages/apps/Settings/src/com/android/settings/
DRadioInfo.java932 lteCells = new StringBuilder(), in buildCellInfoString() local
939 lteCells.append(buildLteInfoString((CellInfoLte) ci)); in buildCellInfoString()
948 if (lteCells.length() != 0) { in buildCellInfoString()
954 value += lteCells.toString(); in buildCellInfoString()