Searched refs:curStartTime (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ServiceState.java | 458 int serviceType, int curState, long curStartTime, long now) { 459 return dumpTimeInternal(pw, prefix, serviceType, curState, curStartTime, now, false); 463 int serviceType, int curState, long curStartTime, long now, boolean negativeIfRunning) { 471 long time = getDuration(serviceType, curState, curStartTime, state, now); 519 int curState, long curStartTime, long now) { 547 time += now - curStartTime; 552 DumpUtils.printAdjTagAndValue(pw, curState, now - curStartTime); 589 int opCount, int curState, long curStartTime, long now) { 611 time += now - curStartTime; 628 now - curStartTime);
|
D | DumpUtils.java | 303 int curState, long curStartTime, long now) { in dumpSingleTime() argument 313 time += now - curStartTime; in dumpSingleTime() 343 int curState, long curStartTime, long now) { in dumpAdjTimesCheckin() argument 349 time += now - curStartTime; in dumpAdjTimesCheckin()
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | IntervalStats.java | 78 public long curStartTime; field in IntervalStats.EventTracker 84 if (curStartTime != 0) { in commitTime() 85 duration += timeStamp - curStartTime; in commitTime() 86 curStartTime = 0; in commitTime() 91 if (curStartTime == 0) { in update() 96 curStartTime = timeStamp; in update()
|
D | UserUsageStatsService.java | 811 if (tracker.curStartTime != 0) { in printEventAggregation() 813 formatDateTime(tracker.curStartTime, prettyDates); in printEventAggregation()
|