Home
last modified time | relevance | path

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

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DMemHealthRecord.java56 long asGraphics, long asOther, long asSystem, long asOverallPss, in MemHealthRecord() argument
69 mAsSystem = asSystem; in MemHealthRecord()
102 int asSystem = parseMeminfoLine(meminfo, "System:\\s+(\\d+)"); in get() local
111 asNativeHeap, asCode, asStack, asGraphics, asOther, asSystem, in get()
140 List<Long> asSystem = getForegroundSummarySystem(records); in saveVerbose() local
163 out.printf("Average Summary System: %d\n", getAverage(asSystem)); in saveVerbose()
181 List<Long> asSystem = getBackgroundSummarySystem(records); in saveVerbose() local
204 out.printf("Average Summary System: %d\n", getAverage(asSystem)); in saveVerbose()