HomeSort by relevance Sort by last modified time
    Searched defs:isBootCompleted (Results 1 - 6 of 6) sorted by null

  /cts/hostsidetests/bootstats/src/android/bootstats/cts/
BootStatsHostTest.java 85 private boolean isBootCompleted() throws Exception {
91 if (isBootCompleted()) {
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DirectBootHostTest.java 220 private boolean isBootCompleted() throws Exception {
245 if (isBootCompleted()) {
  /frameworks/base/services/core/java/com/android/server/
SystemServiceManager.java 173 public boolean isBootCompleted() {
  /packages/services/Telephony/src/com/android/phone/vvm/
VvmSimStateTracker.java 178 if (!isBootCompleted()) {
203 private boolean isBootCompleted() {
213 if (!isBootCompleted()) {
  /test/vts/utils/python/controllers/
android_device.py 780 while not self.isBootCompleted():
788 # Deprecated. Use isBootCompleted instead
795 return self.isBootCompleted()
797 def isBootCompleted(self):
841 if check_boot_completion and not self.isBootCompleted():
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 431 public static boolean isBootCompleted() {

Completed in 225 milliseconds