Home
last modified time | relevance | path

Searched defs:getAppProfileStatsForDebugging (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java2549 Pair<String, String> getAppProfileStatsForDebugging(long time, int linesOfStats) { in getAppProfileStatsForDebugging() method in AppProfiler
H A DActivityManagerService.java17497 public Pair<String, String> getAppProfileStatsForDebugging(long time, int lines) { in getAppProfileStatsForDebugging() method in ActivityManagerService.LocalService
/aosp14/frameworks/base/core/java/android/app/
H A DActivityManagerInternal.java120 public abstract Pair<String, String> getAppProfileStatsForDebugging(long time, int lines); in getAppProfileStatsForDebugging() method in ActivityManagerInternal