Searched refs:booting (Results 1 – 8 of 8) sorted by relevance
1274 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()
4582 void setBooting(boolean booting) { in setBooting() argument4583 mAmInternal.setBooting(booting); in setBooting()
356 public abstract void setBooting(boolean booting); in setBooting() argument
25 since these objects may be started before the device has finished booting.
117 parts that are of type `c`) when the system is finished booting. (This is accomplished by setting
726 optional bool booting = 43; field
4820 boolean booting; in ensureBootCompleted()4823 booting = mBooting; in ensureBootCompleted()4829 if (booting) { in ensureBootCompleted()15762 public void setBooting(boolean booting) { in setBooting() argument15763 mBooting = booting; in setBooting()
12191 // Device didn't finish booting before timeout and userspace reboot watchdog issued a hard