Searched refs:mProcessCpuThread (Results 1 – 1 of 1) sorted by relevance
329 private final Thread mProcessCpuThread; field in AppProfiler2142 synchronized (mProcessCpuThread) { in updateCpuStats()2143 mProcessCpuThread.notify(); in updateCpuStats()2358 mProcessCpuThread = new ProcessCpuThread("CpuTracker"); in AppProfiler()2371 mProcessCpuThread.start(); in onActivityManagerInternalAdded()