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