Home
last modified time | relevance | path

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

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DAuptTestCase.java81 private long mDumpheapThreshold; field in AuptTestCase
222 mDumpheapThreshold = getLongParam("dumpheapThreshold", 200 * 1024 * 1024); // 200MB in setUp()
468 if (pss > mDumpheapThreshold && count < mMaxDumpheaps && in recordDumpheap()