Searched refs:mLaunchPowerModeReasons (Results 1 – 1 of 1) sorted by relevance
703 private @PowerModeReason int mLaunchPowerModeReasons; field in ActivityTaskManagerService4299 mLaunchPowerModeReasons |= reason; in startLaunchPowerMode()4312 if (mLaunchPowerModeReasons == 0) return; in endLaunchPowerMode()4313 mLaunchPowerModeReasons &= ~reason; in endLaunchPowerMode()4315 if ((mLaunchPowerModeReasons & POWER_MODE_REASON_UNKNOWN_VISIBILITY) != 0) { in endLaunchPowerMode()4322 mLaunchPowerModeReasons &= ~POWER_MODE_REASON_UNKNOWN_VISIBILITY; in endLaunchPowerMode()4328 if (mLaunchPowerModeReasons == 0 && mPowerManagerInternal != null) { in endLaunchPowerMode()