Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java4772 mH.removeMessages(H.END_POWER_MODE_UNKNOWN_VISIBILITY_MSG); in startPowerMode()
4775 mH.sendEmptyMessageDelayed(H.END_POWER_MODE_UNKNOWN_VISIBILITY_MSG, in startPowerMode()
4809 mH.removeMessages(H.END_POWER_MODE_UNKNOWN_VISIBILITY_MSG); in endPowerMode()
5851 static final int END_POWER_MODE_UNKNOWN_VISIBILITY_MSG = 3; field in ActivityTaskManagerService.H
5888 case END_POWER_MODE_UNKNOWN_VISIBILITY_MSG: { in handleMessage()