Home
last modified time | relevance | path

Searched refs:histStart (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/
H A DBatteryStats.java6983 if (rec.time >= histStart) { in dumpHistoryLocked()
6984 if (histStart >= 0 && !printed) { in dumpHistoryLocked()
7049 if (histStart >= 0) { in dumpHistoryLocked()
7130 dumpHistoryLocked(pw, flags, histStart, false); in dumpLocked()
7284 List<ApplicationInfo> apps, int flags, long histStart) { in dumpCheckinLocked() argument
7310 dumpHistoryLocked(pw, flags, histStart, true); in dumpCheckinLocked()
7377 int flags, long histStart) { in dumpProtoLocked() argument
7382 dumpProtoHistoryLocked(proto, flags, histStart); in dumpProtoLocked()
7892 if (rec.time >= histStart) { in dumpProtoHistoryLocked()
7893 if (histStart >= 0 && !printed) { in dumpProtoHistoryLocked()
[all …]
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java17103 public void dumpLocked(Context context, PrintWriter pw, int flags, int reqUid, long histStart) {
17175 super.dumpLocked(context, pw, flags, reqUid, histStart);