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

/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java103 private static final int DIRTY_WAKE_LOCKS = 1 << 0; field in class:PowerManagerService
807 mDirty |= DIRTY_WAKE_LOCKS;
896 mDirty |= DIRTY_WAKE_LOCKS;
1441 if ((dirty & (DIRTY_WAKE_LOCKS | DIRTY_WAKEFULNESS)) != 0) {
1517 if ((dirty & (DIRTY_WAKE_LOCKS | DIRTY_USER_ACTIVITY
1643 if ((dirty & (DIRTY_WAKE_LOCKS | DIRTY_USER_ACTIVITY | DIRTY_BOOT_COMPLETED
1704 | DIRTY_WAKE_LOCKS
1878 if ((dirty & (DIRTY_WAKE_LOCKS | DIRTY_USER_ACTIVITY | DIRTY_WAKEFULNESS
2395 mDirty |= DIRTY_WAKE_LOCKS;

Completed in 23 milliseconds