Searched refs:POWER_MODE_REASON_UNKNOWN_VISIBILITY (Results 1 – 3 of 3) sorted by relevance
442 | ActivityTaskManagerService.POWER_MODE_REASON_UNKNOWN_VISIBILITY); in testUpdateSleep()485 mAtm.startPowerMode(ActivityTaskManagerService.POWER_MODE_REASON_UNKNOWN_VISIBILITY); in testSetPowerMode()
717 POWER_MODE_REASON_UNKNOWN_VISIBILITY,725 static final int POWER_MODE_REASON_UNKNOWN_VISIBILITY = 1 << 2; field in ActivityTaskManagerService4770 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()
3662 reason |= ActivityTaskManagerService.POWER_MODE_REASON_UNKNOWN_VISIBILITY;