Use .toString() on CellSignalStrengthLte instance.
CellSignalStrengthLte has methods getAsuLevel() and getLevel(),
but no methods for rsrp, rsrq, rssnr, and cqi. Presently these can
be extracted "by hand" from the string produced by .toString(),
but that shouldn't be the normal way to access these parameters.