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

/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java93 private static final int DIRTY_WAKE_LOCKS = 1 << 0; field in class:PowerManagerService
753 mDirty |= DIRTY_WAKE_LOCKS;
831 mDirty |= DIRTY_WAKE_LOCKS;
1369 if ((dirty & (DIRTY_WAKE_LOCKS | DIRTY_WAKEFULNESS)) != 0) {
1436 if ((dirty & (DIRTY_WAKE_LOCKS | DIRTY_USER_ACTIVITY
1562 if ((dirty & (DIRTY_WAKE_LOCKS | DIRTY_USER_ACTIVITY | DIRTY_BOOT_COMPLETED
1622 | DIRTY_WAKE_LOCKS
1795 if ((dirty & (DIRTY_WAKE_LOCKS | DIRTY_USER_ACTIVITY | DIRTY_WAKEFULNESS

Completed in 13 milliseconds