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

  /system/core/bootstat/
README.md 4 `boot_complete`) and the relative time at which these events occurred. The
27 $ bootstat -r boot_complete
50 boot_complete 7
bootstat.rc 21 # Record boot_complete and related stats (decryption, etc).
bootstat.cpp 139 // Returns the appropriate metric key prefix for the boot_complete metric such
141 // otherwise, they are labeled as boot_complete. This method encapsulates the
147 std::string boot_complete_prefix = "boot_complete";
170 // The boot_complete metric has two variants: boot_complete and
183 time_t boot_complete = uptime - record.second; local
185 boot_complete);
  /cts/hostsidetests/theme/
android_device.py 44 boot_complete = False
47 while not boot_complete and (attempts*wait_period) < timeout:
51 boot_complete = True
55 if not boot_complete:
57 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:
  /frameworks/native/cmds/installd/
commands.cpp 1407 bool boot_complete = (dexopt_flags & DEXOPT_BOOTCOMPLETE) != 0; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
UserController.java 398 Slog.d(TAG, "Sending BOOT_COMPLETE user #" + userId);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]

Completed in 810 milliseconds