Home
last modified time | relevance | path

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

/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java408 public IRunUtil getRunUtil() { in getRunUtil() method in BootTimeTest
610 getRunUtil().sleep(mBootDelayTime); in testSuccessiveBoots()
641 getRunUtil().sleep(5000); in testSuccessiveBoots()
691 getRunUtil().sleep(2000); in testSuccessiveBoots()
701 getRunUtil().sleep(mAfterBootDelayTime); in testSuccessiveBoots()
723 getRunUtil().sleep(15000); in testSuccessiveBoots()
784 getRunUtil().sleep(mBootDelayTime); in testSuccessiveBoots()
/platform_testing/host_runners/boot/tests/src/com/android/boot/
DBootTimeTestTest.java77 public IRunUtil getRunUtil() { in setUp()