Package-level declarations

Types

Link copied to clipboard
data class SLCellEntry

Data class describing a cell tower connection at a particular time Use the "create" constructor to construct a new instance which handles type and value validation before creating the CellEntry instance

Link copied to clipboard
class SLCellPipe(summariser: SLSummary, cellScanner: SLCellScanner, analytics: SLAnalytics?) : SLPipeBase
Link copied to clipboard
class SLCellPipeResult(success: Boolean, val cellTowers: List<SLCellEntry>) : SLPipeResult
Link copied to clipboard
interface SLCellScanner
Link copied to clipboard
class SLCellScannerImpl(androidContext: Context, sensorLog: SLSensorLog) : SLCellScanner

Properties

Link copied to clipboard
const val UNAVAILABLE_INT: Int = 2147483647
Link copied to clipboard
const val UNAVAILABLE_LONG: Long = 9223372036854775807

Functions

Link copied to clipboard
fun getEcNoInDb(cellTower: CellInfo): Int?
Link copied to clipboard
fun getEvDoNoiseRatio(cellTower: CellInfo): Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getSignalQuality(cellTower: CellInfo): Int?
Link copied to clipboard
Link copied to clipboard