Searched refs:booted (Results 1 – 9 of 9) sorted by relevance
333 public abstract boolean shuttingDown(boolean booted, int timeout); in shuttingDown() argument334 public abstract void enableScreenAfterBoot(boolean booted); in enableScreenAfterBoot() argument438 String packageName, Set<String> disabledClasses, int userId, boolean booted); in cleanupDisabledPackageComponents() argument
5400 private void updateEventDispatchingLocked(boolean booted) { in updateEventDispatchingLocked() argument5401 mWindowManager.setEventDispatching(booted && !mShuttingDown); in updateEventDispatchingLocked()5437 void enableScreenAfterBoot(boolean booted) { in enableScreenAfterBoot() argument5443 updateEventDispatchingLocked(booted); in enableScreenAfterBoot()5682 void setBooted(boolean booted) { in setBooted() argument5683 mAmInternal.setBooted(booted); in setBooted()6485 public boolean shuttingDown(boolean booted, int timeout) { in shuttingDown() argument6489 updateEventDispatchingLocked(booted); in shuttingDown()6496 public void enableScreenAfterBoot(boolean booted) { in enableScreenAfterBoot() argument6501 updateEventDispatchingLocked(booted); in enableScreenAfterBoot()[all …]
247 public abstract void setBooted(boolean booted); in setBooted() argument
341 // Whether system has booted.
791 optional bool booted = 41; field
1169 // The number of milliseconds that have elapsed since the device booted1907 // Measured in milliseconds that have elapsed since the device booted.1934 // Measured in milliseconds that have elapsed since the device booted.
4203 // An update is pending, but has not been successfully booted yet.4619 // Milliseconds since the system was booted.
18307 public void setBooted(boolean booted) { in setBooted() argument18308 mBooted = booted; in setBooted()
31225 HSPLsun/misc/VM;->booted()V