Searched refs:rsrp (Results 1 – 1 of 1) sorted by relevance
150 int rsrp = ((CellInfoLte) cellInfo).getCellSignalStrength().getRsrp(); in analyzeScanResults() local151 logDebug("cell info rsrp: " + rsrp); in analyzeScanResults()152 if (rsrp >= mRsrpEntryThreshold) { in analyzeScanResults()