Home
last modified time | relevance | path

Searched refs:isBootCompleted (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/calllog/src/android/provider/cts/contacts/hostside/
DShadowCallLogTest.java121 if (isBootCompleted(device)) { in waitForBootCompleted()
134 private static boolean isBootCompleted(ITestDevice device) throws Exception { in isBootCompleted() method in ShadowCallLogTest
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DPackageVisibilityTest.java164 if (isBootCompleted()) { in waitForBootCompleted()
172 private boolean isBootCompleted() throws Exception { in isBootCompleted() method in PackageVisibilityTest
DUtils.java224 if (isBootCompleted(device)) { in waitForBootCompleted()
238 private static boolean isBootCompleted(ITestDevice device) throws Exception { in isBootCompleted() method in Utils
/cts/hostsidetests/bootstats/src/android/bootstats/cts/
DBootStatsHostTest.java169 private boolean isBootCompleted() throws Exception { in isBootCompleted() method in BootStatsHostTest
175 if (isBootCompleted()) { in waitForBootCompleted()