Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1357 static final int REPORT_USER_SWITCH_COMPLETE_MSG = 56; field in ActivityManagerService
2020 case REPORT_USER_SWITCH_COMPLETE_MSG: { in handleMessage()
20078 mHandler.removeMessages(REPORT_USER_SWITCH_COMPLETE_MSG); in completeSwitchAndInitialize()
20079 mHandler.sendMessage(mHandler.obtainMessage(REPORT_USER_SWITCH_COMPLETE_MSG, in completeSwitchAndInitialize()