Home
last modified time | relevance | path

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

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DAuptTestCase.java222 mDumpheapThreshold = getLongParam("dumpheapThreshold", 200 * 1024 * 1024); // 200MB in setUp()
223 mDumpheapInterval = getLongParam("dumpheapInterval", 60 * 60 * 1000); // one hour in setUp()
224 mMaxDumpheaps = getLongParam("maxDumpheaps", 5); in setUp()
280 public long getLongParam(String key, long defaultValue) throws NumberFormatException { in getLongParam() method in AuptTestCase
294 return getLongParam("shortSleep", DEFAULT_SHORT_SLEEP); in getShortSleep()
303 return getLongParam("longSleep", DEFAULT_LONG_SLEEP); in getLongSleep()