Searched refs:DIRTY_USER_ACTIVITY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/power/
H A DPowerManagerService.java93 private static final int DIRTY_USER_ACTIVITY = 1 << 2; field in class:PowerManagerService
854 mDirty |= DIRTY_USER_ACTIVITY;
860 mDirty |= DIRTY_USER_ACTIVITY;
1280 if ((dirty & (DIRTY_USER_ACTIVITY | DIRTY_WAKEFULNESS | DIRTY_SETTINGS)) != 0) {
1344 mDirty |= DIRTY_USER_ACTIVITY;
1376 if ((dirty & (DIRTY_WAKE_LOCKS | DIRTY_USER_ACTIVITY | DIRTY_BOOT_COMPLETED
1431 | DIRTY_USER_ACTIVITY
1575 if ((dirty & (DIRTY_WAKE_LOCKS | DIRTY_USER_ACTIVITY | DIRTY_WAKEFULNESS

Completed in 48 milliseconds