Searched refs:getAppProfileStatsForDebugging (Results 1 – 4 of 4) sorted by relevance
120 public abstract Pair<String, String> getAppProfileStatsForDebugging(long time, int lines); in getAppProfileStatsForDebugging() method in ActivityManagerInternal
2283 Pair<String, String> stats = mService.mAmInternal.getAppProfileStatsForDebugging( in printCpuStats()
2549 Pair<String, String> getAppProfileStatsForDebugging(long time, int linesOfStats) { in getAppProfileStatsForDebugging() method in AppProfiler
17497 public Pair<String, String> getAppProfileStatsForDebugging(long time, int lines) { in getAppProfileStatsForDebugging() method in ActivityManagerService.LocalService17498 return mAppProfiler.getAppProfileStatsForDebugging(time, lines); in getAppProfileStatsForDebugging()