Searched refs:mDumpheapThreshold (Results 1 – 1 of 1) sorted by relevance
81 private long mDumpheapThreshold; field in AuptTestCase222 mDumpheapThreshold = getLongParam("dumpheapThreshold", 200 * 1024 * 1024); // 200MB in setUp()468 if (pss > mDumpheapThreshold && count < mMaxDumpheaps && in recordDumpheap()