Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskManagerService.java703 private @PowerModeReason int mLaunchPowerModeReasons; field in ActivityTaskManagerService
4299 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()