Searched refs:gpsTimeMs (Results 1 – 2 of 2) sorted by relevance
77 public long gpsTimeMs; field in BatterySipper180 gpsTimeMs += other.gpsTimeMs; in add()
47 app.gpsTimeMs = sensorTime; in calculateApp()48 app.gpsPowerMah = (app.gpsTimeMs * mGpsPowerOn) / (1000*60*60); in calculateApp()