Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DCachedAppOptimizer.java955 static private native long threadCpuTimeNs(); in threadCpuTimeNs() method in CachedAppOptimizer
2091 long startCpuTime = threadCpuTimeNs(); in handleMessage()
2093 long endCpuTime = threadCpuTimeNs(); in handleMessage()