Searched refs:histStart (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 5083 private void dumpHistoryLocked(PrintWriter pw, int flags, long histStart, boolean checkin) { in dumpHistoryLocked() argument 5095 if (rec.time >= histStart) { in dumpHistoryLocked() 5096 if (histStart >= 0 && !printed) { in dumpHistoryLocked() 5161 if (histStart >= 0) { in dumpHistoryLocked() 5220 public void dumpLocked(Context context, PrintWriter pw, int flags, int reqUid, long histStart) { in dumpLocked() argument 5242 dumpHistoryLocked(pw, flags, histStart, false); in dumpLocked() 5411 List<ApplicationInfo> apps, int flags, long histStart) { in dumpCheckinLocked() argument 5440 dumpHistoryLocked(pw, flags, histStart, true); in dumpCheckinLocked()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 11154 public void dumpLocked(Context context, PrintWriter pw, int flags, int reqUid, long histStart) { in dumpLocked() argument 11218 super.dumpLocked(context, pw, flags, reqUid, histStart); in dumpLocked()
|