Searched refs:SYSTEM_CLOCK (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A D | KernelCpuUidTimeReader.java | 221 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 D | Clock.java | 40 public static final Clock SYSTEM_CLOCK = new Clock() { field in Clock
|
H A D | KernelCpuProcStringReader.java | 100 this(file, Clock.SYSTEM_CLOCK); in KernelCpuProcStringReader()
|
H A D | BatteryStatsHistory.java | 355 mClock = Clock.SYSTEM_CLOCK; in BatteryStatsHistory()
|
/aosp14/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | AppOpsService.java | 399 Clock.SYSTEM_CLOCK, mConstants); in getUidStateTracker()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/ |
H A D | BatteryStatsImpl.java | 1731 this(Clock.SYSTEM_CLOCK); in BatteryStatsImpl() 10878 this(Clock.SYSTEM_CLOCK, systemDir, handler, cb, energyStatsCb, userInfoProvider); in BatteryStatsImpl()
|