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

/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java107 private static final int DIRTY_USER_ACTIVITY = 1 << 2; field in class:PowerManagerService
1041 mDirty |= DIRTY_USER_ACTIVITY;
1047 mDirty |= DIRTY_USER_ACTIVITY;
1517 if ((dirty & (DIRTY_WAKE_LOCKS | DIRTY_USER_ACTIVITY
1600 mDirty |= DIRTY_USER_ACTIVITY;
1643 if ((dirty & (DIRTY_WAKE_LOCKS | DIRTY_USER_ACTIVITY | DIRTY_BOOT_COMPLETED
1703 | DIRTY_USER_ACTIVITY
1878 if ((dirty & (DIRTY_WAKE_LOCKS | DIRTY_USER_ACTIVITY | DIRTY_WAKEFULNESS

Completed in 23 milliseconds