Home
last modified time | relevance | path

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

/frameworks/base/docs/html/about/dashboards/
Dindex.jd423 // array to hold totals for each density
450 // create row of totals for each density
/frameworks/base/core/java/com/android/internal/app/
DProcessStats.java1083 ProcessDataCollection totals = new ProcessDataCollection(screenStates, in dumpProcessSummaryDetails() local
1085 computeProcessData(proc, totals, now); in dumpProcessSummaryDetails()
1086 double percentage = (double) totals.totalTime / (double) totalTime * 100; in dumpProcessSummaryDetails()
1088 if (percentage >= 0.005 || totals.numPss != 0) { in dumpProcessSummaryDetails()
1095 totals.print(pw, totalTime, full); in dumpProcessSummaryDetails()
/frameworks/base/docs/html/training/cloudsave/
Dconflict-res.jd26 <li><a href="#solution">Solution: Store the Sub-totals per Device</a></li>
429 <h3 id="solution">Solution: Store the Sub-totals per Device</h3>