Home
last modified time | relevance | path

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

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DMemHealthRecord.java36 private final boolean mInForeground; field in MemHealthRecord
71 mInForeground = inForeground; in MemHealthRecord()
222 record.mDalvikHeap, record.mInForeground ? "foreground" : "background"); in saveCsv()
233 if (sample.mInForeground) { in getForegroundDalvikHeap()
243 if (!sample.mInForeground) { in getBackgroundDalvikHeap()
253 if (sample.mInForeground) { in getForegroundNativeHeap()
263 if (!sample.mInForeground) { in getBackgroundNativeHeap()
273 if (sample.mInForeground) { in getForegroundPss()
283 if (!sample.mInForeground) { in getBackgroundPss()
293 if (sample.mInForeground) { in getForegroundSummaryJavaHeap()
[all …]