Home
last modified time | relevance | path

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

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DAuptTestCase.java83 private long mMaxDumpheaps; field in AuptTestCase
224 mMaxDumpheaps = getLongParam("maxDumpheaps", 5); in setUp()
468 if (pss > mDumpheapThreshold && count < mMaxDumpheaps && in recordDumpheap()