Searched refs:mLaunchPowerModeReasons (Results 1 – 1 of 1) sorted by relevance
669 private @PowerModeReason int mLaunchPowerModeReasons; field in ActivityTaskManagerService4216 mLaunchPowerModeReasons |= reason; in startLaunchPowerMode()4220 if (mPowerManagerInternal == null || mLaunchPowerModeReasons == 0) return; in endLaunchPowerMode()4221 mLaunchPowerModeReasons &= ~reason; in endLaunchPowerMode()4222 if (mLaunchPowerModeReasons == 0) { in endLaunchPowerMode()