Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityManagerInternal.java257 public abstract void setBooting(boolean booting); in setBooting() argument
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStackSupervisor.java1238 final boolean booting = mService.isBooting(); in checkFinishBootingLocked()
1245 if (booting || enableScreen) { in checkFinishBootingLocked()
1246 mService.postFinishBooting(booting, enableScreen); in checkFinishBootingLocked()
1248 return booting; in checkFinishBootingLocked()
1261 boolean booting = false; in activityIdleInternalLocked()
1294 booting = checkFinishBootingLocked(); in activityIdleInternalLocked()
1357 if (!booting) { in activityIdleInternalLocked()
DActivityTaskManagerService.java5627 void setBooting(boolean booting) { in setBooting() argument
5628 mAmInternal.setBooting(booting); in setBooting()
/frameworks/base/cmds/bootanimation/
DFORMAT.md103 parts that are of type `c`) when the system is finished booting. (This is accomplished by setting
/frameworks/base/packages/SystemUI/
DREADME.md25 since these objects may be started before the device has finished booting.
/frameworks/base/core/proto/android/server/
Dactivitymanagerservice.proto793 optional bool booting = 43; field
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java5327 boolean booting; in ensureBootCompleted()
5330 booting = mBooting; in ensureBootCompleted()
5336 if (booting) { in ensureBootCompleted()
18184 public void setBooting(boolean booting) { in setBooting() argument
18185 mBooting = booting; in setBooting()