Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java313 private final CountDownLatch mProcessCpuInitLatch = new CountDownLatch(1); field in AppProfiler
1923 mProcessCpuInitLatch.countDown(); in run()
2010 mProcessCpuInitLatch.await(); in onActivityManagerInternalAdded()