HomeSort by relevance Sort by last modified time
    Searched refs:boot_complete (Results 1 - 4 of 4) sorted by null

  /cts/hostsidetests/theme/
android_device.py 49 boot_complete = False
52 while not boot_complete and (attempts*wait_period) < timeout:
55 boot_complete = True
59 if not boot_complete:
61 return boot_complete
  /development/testrunner/
adb_interface.py 445 boot_complete = False
448 while not boot_complete and (attempts*wait_period) < wait_time:
452 boot_complete = True
456 if not boot_complete:
  /system/core/bootstat/
bootstat.cpp 194 // Returns the appropriate metric key prefix for the boot_complete metric such
196 // otherwise, they are labeled as boot_complete. This method encapsulates the
202 std::string boot_complete_prefix = "boot_complete";
280 // from power on to boot_complete, including bootloader times.
318 // The boot_complete metric has two variants: boot_complete and
335 std::chrono::seconds boot_complete = std::chrono::seconds(uptime.count() - record.second); local
337 boot_complete.count());
  /frameworks/native/cmds/installd/
dexopt.cpp 1601 bool boot_complete = (dexopt_flags & DEXOPT_BOOTCOMPLETE) != 0; local
    [all...]

Completed in 196 milliseconds