Searched refs:booting (Results 1 – 12 of 12) sorted by relevance
269 int booting = IsBooting(); in ProcessFirmwareEvent() local276 if (booting) { in ProcessFirmwareEvent()280 booting = IsBooting(); in ProcessFirmwareEvent()
1076 as 2). Note that the decision to boot normally into Android instead of booting
68 for backing storage. eg: if booting off system_a+vendor_a, use system_b.
43 since these objects may be started before the device has finished booting.
593 public abstract void setBooting(boolean booting); in setBooting() argument
119 parts that are of type `c`) when the system is finished booting. (This is accomplished by setting
1387 final boolean booting = mService.isBooting(); in checkFinishBootingLocked()1394 if (booting || enableScreen) { in checkFinishBootingLocked()1395 mService.postFinishBooting(booting, enableScreen); in checkFinishBootingLocked()
5020 void setBooting(boolean booting) { in setBooting() argument5021 mAmInternal.setBooting(booting); in setBooting()
157 continue Continue booting as normal (if possible)
748 optional bool booting = 43; field
529 rm /dev/.booting
5306 boolean booting; in ensureBootCompleted()5309 booting = mBooting; in ensureBootCompleted()5315 if (booting) { in ensureBootCompleted()18172 public void setBooting(boolean booting) { in setBooting() argument18173 mBooting = booting; in setBooting()