Home
last modified time | relevance | path

Searched refs:DIRTY_BOOT_COMPLETED (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java143 private static final int DIRTY_BOOT_COMPLETED = 1 << 4; field in PowerManagerService
820 mDirty |= DIRTY_BOOT_COMPLETED; in onBootPhase()
2210 if ((dirty & (DIRTY_WAKE_LOCKS | DIRTY_USER_ACTIVITY | DIRTY_BOOT_COMPLETED in updateWakefulnessLocked()
2272 | DIRTY_BOOT_COMPLETED in updateDreamLocked()
2453 | DIRTY_ACTUAL_DISPLAY_POWER_STATE_UPDATED | DIRTY_BOOT_COMPLETED in updateDisplayPowerStateLocked()