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