Home
last modified time | relevance | path

Searched refs:mProcessCpuInitLatch (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java321 private final CountDownLatch mProcessCpuInitLatch = new CountDownLatch(1); field in AppProfiler
2289 mProcessCpuInitLatch.countDown(); in run()
2376 mProcessCpuInitLatch.await(); in onActivityManagerInternalAdded()