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 46 boot_complete = False
49 while not boot_complete and (attempts*wait_period) < timeout:
53 boot_complete = True
57 if not boot_complete:
59 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 185 // Returns the appropriate metric key prefix for the boot_complete metric such
187 // otherwise, they are labeled as boot_complete. This method encapsulates the
193 std::string boot_complete_prefix = "boot_complete";
271 // The boot_complete metric has two variants: boot_complete and
288 time_t boot_complete = uptime - record.second; local
290 boot_complete);
  /frameworks/native/cmds/installd/
dexopt.cpp 1501 bool boot_complete = (dexopt_flags & DEXOPT_BOOTCOMPLETE) != 0; local
    [all...]

Completed in 154 milliseconds