Searched refs:KERNEL_COUNTER_FILE (Results 1 – 1 of 1) sorted by relevance
116 private static final File KERNEL_COUNTER_FILE = new File("/proc/uid_procstat/set"); field in UsageStatsService259 if (ENABLE_KERNEL_UPDATES && KERNEL_COUNTER_FILE.exists()) { in onBootPhase()269 Slog.w(TAG, "Missing procfs interface: " + KERNEL_COUNTER_FILE); in onBootPhase()357 FileUtils.stringToFile(KERNEL_COUNTER_FILE, uid + " " + newCounter);