Searched refs:total (Results 1 – 3 of 3) sorted by relevance
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
D | JankStat.java | 87 public JankStat (String pkg, long since, int total, int janky, int ft50, int ft90, int ft95, in JankStat() argument 92 totalFrames = total; in JankStat()
|
D | GraphicsStatsMonitor.java | 217 int total = Integer.valueOf(JankStat.StatPattern.TOTAL_FRAMES.parse(line)); in gatherGraphicsStats() local 263 JankStat stat = new JankStat(proc, since, total, janky, perc50, perc90, perc95, in gatherGraphicsStats()
|
/platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/ |
D | DownloadAppTestHelper.java | 279 int total = 0; in getDownloadItemCountById() local 283 total = cursor.getCount(); in getDownloadItemCountById() 290 return total; in getDownloadItemCountById()
|