Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityTaskManagerServiceTests.java442 | ActivityTaskManagerService.POWER_MODE_REASON_UNKNOWN_VISIBILITY); in testUpdateSleep()
485 mAtm.startPowerMode(ActivityTaskManagerService.POWER_MODE_REASON_UNKNOWN_VISIBILITY); in testSetPowerMode()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java717 POWER_MODE_REASON_UNKNOWN_VISIBILITY,
725 static final int POWER_MODE_REASON_UNKNOWN_VISIBILITY = 1 << 2; field in ActivityTaskManagerService
4770 if ((reason & POWER_MODE_REASON_UNKNOWN_VISIBILITY) != 0) { in startPowerMode()
4800 if ((mPowerModeReasons & POWER_MODE_REASON_UNKNOWN_VISIBILITY) != 0) { in endPowerMode()
4807 mPowerModeReasons &= ~POWER_MODE_REASON_UNKNOWN_VISIBILITY; in endPowerMode()
4819 | POWER_MODE_REASON_UNKNOWN_VISIBILITY; in endPowerMode()
5891 endPowerMode(POWER_MODE_REASON_UNKNOWN_VISIBILITY); in handleMessage()
DRootWindowContainer.java3662 reason |= ActivityTaskManagerService.POWER_MODE_REASON_UNKNOWN_VISIBILITY;