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.java143 if (isBootCompleted(device)) { in waitForBootCompleted()
156 private static boolean isBootCompleted(ITestDevice device) throws Exception { in isBootCompleted() method in ShadowCallLogTest
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DPackageVisibilityTest.java160 if (isBootCompleted()) { in waitForBootCompleted()
168 private boolean isBootCompleted() throws Exception { in isBootCompleted() method in PackageVisibilityTest
DUtils.java181 if (isBootCompleted(device)) { in waitForBootCompleted()
194 private static boolean isBootCompleted(ITestDevice device) throws Exception { in isBootCompleted() method in Utils
/cts/hostsidetests/bootstats/src/android/bootstats/cts/
DBootStatsHostTest.java168 private boolean isBootCompleted() throws Exception { in isBootCompleted() method in BootStatsHostTest
174 if (isBootCompleted()) { in waitForBootCompleted()