HomeSort by relevance Sort by last modified time
    Searched full:boot_complete (Results 1 - 20 of 20) 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.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());
bootstat.rc 8 chown system log /data/misc/bootstat/boot_complete
67 # Record boot_complete and related stats (decryption, etc).
  /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
  /frameworks/native/cmds/installd/
otapreopt_script.sh 32 BOOT_COMPLETE=$(getprop $BOOT_PROPERTY_NAME)
33 if [ "$BOOT_COMPLETE" != "1" ] ; then
dexopt.cpp 1601 bool boot_complete = (dexopt_flags & DEXOPT_BOOTCOMPLETE) != 0; local
    [all...]
  /packages/services/Car/car_product/init/
init.bootstat.rc 21 # Record boot_complete and related stats (decryption, etc).
  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
CarPowerManagementTest.java 104 DEFAULT_WAIT_TIMEOUT_MS, VehicleApPowerSetState.BOOT_COMPLETE);
106 assertEquals(VehicleApPowerSetState.BOOT_COMPLETE, first[0]);
  /cts/hostsidetests/bootstats/src/android/bootstats/cts/
BootStatsHostTest.java 48 final String counterNamePattern = counterNameTag + ",boot_complete,";
  /packages/services/Car/service/src/com/android/car/hal/
PowerHalService.java 50 public static final int SET_BOOT_COMPLETE = VehicleApPowerSetState.BOOT_COMPLETE;
168 setPowerState(VehicleApPowerSetState.BOOT_COMPLETE, 0);
  /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:
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveRebootStressTest.py 526 'boot_complete': "processing action (sys.boot_completed=1)",
535 "boot_complete": None,
541 blocked_for_calculate = ["boot_complete"]
555 text_obj_mapping['boot_complete']
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageDexOptimizer.java 580 flagsList.add("boot_complete");
  /tools/tradefederation/core/src/com/android/tradefed/device/
ITestDevice.java 619 * device reports BOOT_COMPLETE, apparently asynchronously, because current framework
  /device/google/marlin/
init.common.rc 791 # Enable ZRAM on boot_complete
  /device/google/wahoo/
init.hardware.rc 567 # Enable ZRAM on boot_complete
  /tools/test/connectivity/acts/framework/acts/controllers/
android_device.py     [all...]
  /hardware/interfaces/automotive/vehicle/2.0/
types.hal     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
UserController.java 443 Slog.i(TAG, "Sending BOOT_COMPLETE user #" + userId);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]

Completed in 432 milliseconds