Home
last modified time | relevance | path

Searched refs:booted (Results 1 – 11 of 11) sorted by relevance

/aosp14/system/core/bootstat/
H A DREADME.md14 --record_boot_reason Record the reason why the device booted
20 number of seconds since the system booted.
/aosp14/system/core/init/
H A Dperfboot.py364 booted = False
365 while not booted:
387 booted = True
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskManagerInternal.java346 public abstract boolean shuttingDown(boolean booted, int timeout); in shuttingDown() argument
347 public abstract void enableScreenAfterBoot(boolean booted); in enableScreenAfterBoot() argument
468 String packageName, Set<String> disabledClasses, int userId, boolean booted); in cleanupDisabledPackageComponents() argument
H A DActivityTaskManagerService.java4674 private void updateEventDispatchingLocked(boolean booted) { in updateEventDispatchingLocked() argument
4675 mWindowManager.setEventDispatching(booted && !mShuttingDown); in updateEventDispatchingLocked()
5028 void setBooted(boolean booted) { in setBooted() argument
5029 mAmInternal.setBooted(booted); in setBooted()
6046 public boolean shuttingDown(boolean booted, int timeout) { in shuttingDown() argument
6050 updateEventDispatchingLocked(booted); in shuttingDown()
6057 public void enableScreenAfterBoot(boolean booted) { in enableScreenAfterBoot() argument
6061 updateEventDispatchingLocked(booted); in enableScreenAfterBoot()
6406 String packageName, Set<String> disabledClasses, int userId, boolean booted) { in cleanupDisabledPackageComponents() argument
6413 userId, false /* onlyRemoveNoProcess */) && booted) { in cleanupDisabledPackageComponents()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityManagerInternal.java595 public abstract void setBooted(boolean booted); in setBooted() argument
/aosp14/system/core/fs_mgr/libsnapshot/android/snapshot/
H A Dsnapshot.proto127 // An update is pending, but has not been successfully booted yet.
/aosp14/frameworks/base/core/proto/android/server/
H A Dpowermanagerservice.proto370 // Whether system has booted.
H A Dactivitymanagerservice.proto746 optional bool booted = 41; field
/aosp14/system/core/fastboot/
H A DREADME.md154 and should be booted according to the normal
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dqs-tiles.md272 … that there is a new spec in the list. Alternatively, when the device is booted, all tiles in the …
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java18182 public void setBooted(boolean booted) { in setBooted() argument
18183 mBooted = booted; in setBooted()