HomeSort by relevance Sort by last modified time
    Searched full:ltecells (Results 1 - 1 of 1) sorted by null

  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 744 lteCells = new StringBuilder(),
751 lteCells.append(buildLteInfoString((CellInfoLte) ci));
760 if (lteCells.length() != 0) {
764 value += lteCells.toString();
    [all...]

Completed in 66 milliseconds