Home
last modified time | relevance | path

Searched refs:SYSTEM_CLOCK (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DKernelCpuUidTimeReader.java221 this(throttle, Clock.SYSTEM_CLOCK); in KernelCpuUidUserSysTimeReader()
358 this(throttle, Clock.SYSTEM_CLOCK); in KernelCpuUidFreqTimeReader()
369 this(procFile, reader, bpfReader, throttle, Clock.SYSTEM_CLOCK); in KernelCpuUidFreqTimeReader()
651 this(throttle, Clock.SYSTEM_CLOCK); in KernelCpuUidActiveTimeReader()
662 super(reader, bpfReader, throttle, Clock.SYSTEM_CLOCK); in KernelCpuUidActiveTimeReader()
828 this(throttle, Clock.SYSTEM_CLOCK); in KernelCpuUidClusterTimeReader()
839 super(reader, bpfReader, throttle, Clock.SYSTEM_CLOCK); in KernelCpuUidClusterTimeReader()
H A DClock.java40 public static final Clock SYSTEM_CLOCK = new Clock() { field in Clock
H A DKernelCpuProcStringReader.java100 this(file, Clock.SYSTEM_CLOCK); in KernelCpuProcStringReader()
H A DBatteryStatsHistory.java355 mClock = Clock.SYSTEM_CLOCK; in BatteryStatsHistory()
/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java399 Clock.SYSTEM_CLOCK, mConstants); in getUidStateTracker()
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java1731 this(Clock.SYSTEM_CLOCK); in BatteryStatsImpl()
10878 this(Clock.SYSTEM_CLOCK, systemDir, handler, cb, energyStatsCb, userInfoProvider); in BatteryStatsImpl()