Home
last modified time | relevance | path

Searched refs:booting (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskSupervisor.java1274 final boolean booting = mService.isBooting(); in checkFinishBootingLocked()
1281 if (booting || enableScreen) { in checkFinishBootingLocked()
1282 mService.postFinishBooting(booting, enableScreen); in checkFinishBootingLocked()
1284 return booting; in checkFinishBootingLocked()
1291 boolean booting = false; in activityIdleInternal()
1321 booting = checkFinishBootingLocked(); in activityIdleInternal()
1353 if (!booting) { in activityIdleInternal()
DActivityTaskManagerService.java4582 void setBooting(boolean booting) { in setBooting() argument
4583 mAmInternal.setBooting(booting); in setBooting()
/frameworks/base/core/java/android/app/
DActivityManagerInternal.java356 public abstract void setBooting(boolean booting); in setBooting() argument
/frameworks/base/packages/SystemUI/
DREADME.md25 since these objects may be started before the device has finished booting.
/frameworks/base/cmds/bootanimation/
DFORMAT.md117 parts that are of type `c`) when the system is finished booting. (This is accomplished by setting
/frameworks/base/core/proto/android/server/
Dactivitymanagerservice.proto726 optional bool booting = 43; field
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java4820 boolean booting; in ensureBootCompleted()
4823 booting = mBooting; in ensureBootCompleted()
4829 if (booting) { in ensureBootCompleted()
15762 public void setBooting(boolean booting) { in setBooting() argument
15763 mBooting = booting; in setBooting()
/frameworks/proto_logging/stats/
Datoms.proto12191 // Device didn't finish booting before timeout and userspace reboot watchdog issued a hard