Searched refs:gpsTimeMs (Results 1 – 2 of 2) sorted by relevance
91 public long gpsTimeMs; field in BatterySipper211 gpsTimeMs += other.gpsTimeMs; in add()
51 app.gpsTimeMs = sensorTime; in calculateApp()52 app.gpsPowerMah = (app.gpsTimeMs * mGpsPower) / (1000*60*60); in calculateApp()