Home
last modified time | relevance | path

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

/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepoTest.java439 public long runtimeHint = 0l; field in ModuleRepoTest.TestRuntime
442 return runtimeHint; in getRuntimeHint()
469 test1.runtimeHint = 100l; in testGetshard_allSameRuntime()
474 test2.runtimeHint = 100l; in testGetshard_allSameRuntime()
479 test3.runtimeHint = 100l; in testGetshard_allSameRuntime()
484 test4.runtimeHint = 100l; in testGetshard_allSameRuntime()
509 test1.runtimeHint = 100l; in testGetShard_cannotSplitMore()
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
DDalvikTest.java478 long runtimeHint = mRuntimeHint / TEST_PACKAGES.size(); in split() local
479 catchAll.mRuntimeHint = runtimeHint; in split()
486 test.mRuntimeHint = runtimeHint / TEST_PACKAGES.size(); in split()