Searched refs:mInForeground (Results 1 – 1 of 1) sorted by relevance
36 private final boolean mInForeground; field in MemHealthRecord71 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 …]