Searched refs:SystemServiceCpuThreadTimes (Results 1 – 7 of 7) sorted by relevance
40 public static class SystemServiceCpuThreadTimes { class in SystemServerCpuThreadReader47 private final SystemServiceCpuThreadTimes mDeltaCpuThreadTimes =48 new SystemServiceCpuThreadTimes();85 public SystemServiceCpuThreadTimes readDelta() { in readDelta()117 public SystemServiceCpuThreadTimes readAbsolute() { in readAbsolute()124 final SystemServiceCpuThreadTimes result = new SystemServiceCpuThreadTimes(); in readAbsolute()
150 import com.android.server.power.stats.SystemServerCpuThreadReader.SystemServiceCpuThreadTimes;11456 public SystemServiceCpuThreadTimes getSystemServiceCpuThreadTimes() { in getSystemServiceCpuThreadTimes()14196 SystemServerCpuThreadReader.SystemServiceCpuThreadTimes systemServiceCpuThreadTimes =
23 import com.android.server.power.stats.SystemServerCpuThreadReader.SystemServiceCpuThreadTimes;69 public abstract SystemServiceCpuThreadTimes getSystemServiceCpuThreadTimes(); in getSystemServiceCpuThreadTimes()
56 SystemServerCpuThreadReader.SystemServiceCpuThreadTimes systemServiceCpuThreadTimes = in testReadDelta()
244 final SystemServerCpuThreadReader.SystemServiceCpuThreadTimes threadTimes = in prepareBatteryStats()245 new SystemServerCpuThreadReader.SystemServiceCpuThreadTimes(); in prepareBatteryStats()
140 import com.android.server.power.stats.SystemServerCpuThreadReader.SystemServiceCpuThreadTimes;698 public SystemServiceCpuThreadTimes getSystemServiceCpuThreadTimes() { in getSystemServiceCpuThreadTimes()
225 import com.android.server.power.stats.SystemServerCpuThreadReader.SystemServiceCpuThreadTimes;2111 SystemServiceCpuThreadTimes times = LocalServices.getService(BatteryStatsInternal.class)