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