Searched refs:booted (Results 1 – 11 of 11) sorted by relevance
/aosp14/system/core/bootstat/ |
H A D | README.md | 14 --record_boot_reason Record the reason why the device booted 20 number of seconds since the system booted.
|
/aosp14/system/core/init/ |
H A D | perfboot.py | 364 booted = False 365 while not booted: 387 booted = True
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityTaskManagerInternal.java | 346 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 D | ActivityTaskManagerService.java | 4674 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 D | ActivityManagerInternal.java | 595 public abstract void setBooted(boolean booted); in setBooted() argument
|
/aosp14/system/core/fs_mgr/libsnapshot/android/snapshot/ |
H A D | snapshot.proto | 127 // An update is pending, but has not been successfully booted yet.
|
/aosp14/frameworks/base/core/proto/android/server/ |
H A D | powermanagerservice.proto | 370 // Whether system has booted.
|
H A D | activitymanagerservice.proto | 746 optional bool booted = 41; field
|
/aosp14/system/core/fastboot/ |
H A D | README.md | 154 and should be booted according to the normal
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | qs-tiles.md | 272 … 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 D | ActivityManagerService.java | 18182 public void setBooted(boolean booted) { in setBooted() argument 18183 mBooted = booted; in setBooted()
|