Home
last modified time | relevance | path

Searched defs:waitForBootCompleted (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/checkpoint/src/android/checkpoint/cts/
DCheckpointHostTest.java61 private void waitForBootCompleted() throws Exception { in waitForBootCompleted() method in CheckpointHostTest
/cts/hostsidetests/bootstats/src/android/bootstats/cts/
DBootStatsHostTest.java96 private void waitForBootCompleted() throws Exception { in waitForBootCompleted() method in BootStatsHostTest
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DUtils.java179 public static void waitForBootCompleted(ITestDevice device) throws Exception { in waitForBootCompleted() method in Utils