Home
last modified time | relevance | path

Searched refs:mLaunchPowerModeReasons (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java669 private @PowerModeReason int mLaunchPowerModeReasons; field in ActivityTaskManagerService
4216 mLaunchPowerModeReasons |= reason; in startLaunchPowerMode()
4220 if (mPowerManagerInternal == null || mLaunchPowerModeReasons == 0) return; in endLaunchPowerMode()
4221 mLaunchPowerModeReasons &= ~reason; in endLaunchPowerMode()
4222 if (mLaunchPowerModeReasons == 0) { in endLaunchPowerMode()