Searched refs:getRuntimeHint (Results 1 – 9 of 9) sorted by relevance
57 public long getRuntimeHint() { in getRuntimeHint() method in TestStub
88 public long getRuntimeHint() { in getRuntimeHint() method in ShardableTestStub
92 public long getRuntimeHint() { in getRuntimeHint() method in ModuleDefTest.MockRemoteTest
370 } else if (moduleDef.getRuntimeHint() < SMALL_TEST) { in addModuleDef()372 } else if (moduleDef.getRuntimeHint() < MEDIUM_TEST) { in addModuleDef()508 estimatedTime += def.getRuntimeHint(); in getModules()622 return (int) Math.signum(def2.getRuntimeHint() - def1.getRuntimeHint()); in compare()
158 public long getRuntimeHint() { in getRuntimeHint() method in ModuleDef160 return ((IRuntimeHintProvider) mTest).getRuntimeHint(); in getRuntimeHint()
84 public long getRuntimeHint() { in getRuntimeHint() method in JarHostTest
383 long expected = module.getRuntimeHint(); in run()
249 runtime += ((IRuntimeHintProvider) test).getRuntimeHint(); in splitModules()
257 public long getRuntimeHint() { in getRuntimeHint() method in DalvikTest