Searched refs:addCpuTimeLocked (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1635 proc.addCpuTimeLocked(myUTime, mySTime);
1647 proc.addCpuTimeLocked(utime, stime);
3414 public void addCpuTimeLocked(int utime, int stime) { method in class:BatteryStatsImpl.Uid.Proc
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java1757 ps.addCpuTimeLocked(st.rel_utime-otherUTime,
1765 ps.addCpuTimeLocked(st.rel_utime-otherUTime,

Completed in 105 milliseconds