HomeSort by relevance Sort by last modified time
    Searched refs:lastWalltime (Results 1 - 8 of 8) sorted by null

  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryInfo.java 300 long lastWallTime = 0;
323 if (rec.currentTime > (lastWallTime + (180 * 24 * 60 * 60 * 1000L))
327 lastWallTime = rec.currentTime;
330 startWalltime = lastWallTime - (lastRealtime - historyStart);
340 endWalltime = lastWallTime + historyEnd - lastRealtime;
362 long lastWalltime = curWalltime;
375 || Math.abs(lastWalltime - curWalltime) > (60 * 60 * 1000))) {
BatteryHistoryChart.java 528 long lastWallTime = 0;
551 if (rec.currentTime > (lastWallTime+(180*24*60*60*1000L))
555 lastWallTime = rec.currentTime;
558 mStartWallTime = lastWallTime - (lastRealtime-mHistStart);
573 mEndDataWallTime = lastWallTime + mHistDataEnd - lastRealtime;
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 98 milliseconds