Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/performance/tests/
DAppIncrementalInstallTest.java55 private long mTestStartDelay = 60000; field in AppIncrementalInstallTest
101 if (mTestStartDelay > 0) { in run()
102 RunUtil.getDefault().sleep(mTestStartDelay); in run()
DAppInstallTest.java57 private long mTestStartDelay = 60000; field in AppInstallTest
129 if (mTestStartDelay > 0) { in run()
130 RunUtil.getDefault().sleep(mTestStartDelay); in run()