Searched refs:booting (Results 1 – 8 of 8) sorted by relevance
245 public abstract void setBooting(boolean booting); in setBooting() argument
1241 final boolean booting = mService.isBooting(); in checkFinishBootingLocked()1248 if (booting || enableScreen) { in checkFinishBootingLocked()1249 mService.postFinishBooting(booting, enableScreen); in checkFinishBootingLocked()1251 return booting; in checkFinishBootingLocked()1264 boolean booting = false; in activityIdleInternalLocked()1297 booting = checkFinishBootingLocked(); in activityIdleInternalLocked()1360 if (!booting) { in activityIdleInternalLocked()
5674 void setBooting(boolean booting) { in setBooting() argument5675 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
5364 boolean booting; in ensureBootCompleted()5367 booting = mBooting; in ensureBootCompleted()5373 if (booting) { in ensureBootCompleted()18297 public void setBooting(boolean booting) { in setBooting() argument18298 mBooting = booting; in setBooting()
7734 // Device didn't finish booting before timeout and userspace reboot watchdog issued a hard