Searched refs:getLongParam (Results 1 – 1 of 1) sorted by relevance
222 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 AuptTestCase294 return getLongParam("shortSleep", DEFAULT_SHORT_SLEEP); in getShortSleep()303 return getLongParam("longSleep", DEFAULT_LONG_SLEEP); in getLongSleep()