Searched refs:booting (Results 1 – 7 of 7) sorted by relevance
257 public abstract void setBooting(boolean booting); in setBooting() argument
1238 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()
5627 void setBooting(boolean booting) { in setBooting() argument5628 mAmInternal.setBooting(booting); in setBooting()
103 parts that are of type `c`) when the system is finished booting. (This is accomplished by setting
25 since these objects may be started before the device has finished booting.
793 optional bool booting = 43; field
5327 boolean booting; in ensureBootCompleted()5330 booting = mBooting; in ensureBootCompleted()5336 if (booting) { in ensureBootCompleted()18184 public void setBooting(boolean booting) { in setBooting() argument18185 mBooting = booting; in setBooting()