Searched defs:DIRTY_BOOT_COMPLETED (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java144 private static final int DIRTY_BOOT_COMPLETED = 1 << 4; field in class:PowerManagerService
703 mDirty |= DIRTY_BOOT_COMPLETED;
2075 if ((dirty & (DIRTY_WAKE_LOCKS | DIRTY_USER_ACTIVITY | DIRTY_BOOT_COMPLETED
2137 | DIRTY_BOOT_COMPLETED
2312 | DIRTY_ACTUAL_DISPLAY_POWER_STATE_UPDATED | DIRTY_BOOT_COMPLETED

Completed in 82 milliseconds