Searched refs:histStart (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 5760 private void dumpHistoryLocked(PrintWriter pw, int flags, long histStart, boolean checkin) { in dumpHistoryLocked() argument 5772 if (rec.time >= histStart) { in dumpHistoryLocked() 5773 if (histStart >= 0 && !printed) { in dumpHistoryLocked() 5838 if (histStart >= 0) { in dumpHistoryLocked() 5897 public void dumpLocked(Context context, PrintWriter pw, int flags, int reqUid, long histStart) { in dumpLocked() argument 5919 dumpHistoryLocked(pw, flags, histStart, false); in dumpLocked() 6090 List<ApplicationInfo> apps, int flags, long histStart) { in dumpCheckinLocked() argument 6119 dumpHistoryLocked(pw, flags, histStart, true); in dumpCheckinLocked()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 12507 public void dumpLocked(Context context, PrintWriter pw, int flags, int reqUid, long histStart) { in dumpLocked() argument 12571 super.dumpLocked(context, pw, flags, reqUid, histStart); in dumpLocked()
|