Searched refs:getMillis (Results 1 – 6 of 6) sorted by relevance
162 assertThat(stopwatch.getMillis()).isAtLeast(100L); in correctlyTracksTimeOnBattery()164 long timeOnBatteryBeforePluggedIn = stopwatch.getMillis(); in correctlyTracksTimeOnBattery()169 assertThat(stopwatch.getMillis()).isAtLeast(timeOnBatteryBeforePluggedIn); in correctlyTracksTimeOnBattery()172 long timeOnBatteryAfterPluggedIn = stopwatch.getMillis(); in correctlyTracksTimeOnBattery()174 assertThat(stopwatch.getMillis()).isEqualTo(timeOnBatteryAfterPluggedIn); in correctlyTracksTimeOnBattery()177 assertThat(stopwatch.getMillis()).isEqualTo(0L); in correctlyTracksTimeOnBattery()
113 public long getMillis() { in getMillis() method in CachedDeviceState.TimeInStateStopwatch
177 createDebugEntry("battery_time_millis", mBatteryStopwatch.getMillis())); in getEntries()201 return mBatteryStopwatch != null ? mBatteryStopwatch.getMillis() : 0; in getBatteryTimeMillis()
491 createDebugEntry("battery_time_millis", mBatteryStopwatch.getMillis())); in getExportedCallStats()610 pw.println(mBatteryStopwatch != null ? mBatteryStopwatch.getMillis() : 0); in dumpLocked()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
32747 HSPLsun/util/calendar/CalendarDate;->getMillis()I