Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java55 import static com.android.server.am.ActivityManagerService.REPORT_USER_SWITCH_MSG;
92 new HashSet<>(Arrays.asList(REPORT_USER_SWITCH_MSG, USER_SWITCH_TIMEOUT_MSG,
167 Message reportMsg = mInjector.handler.getMessageForCode(REPORT_USER_SWITCH_MSG); in startForegroundUserAssertions()
198 Message reportMsg = mInjector.handler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitch()
228 Message reportMsg = mInjector.handler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitchBadReceiver()
246 Message reportMsg = mInjector.handler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testContinueUserSwitch()
263 Message reportMsg = mInjector.handler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testContinueUserSwitchUIDisabled()
292 Message reportMsg = mInjector.handler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitchComplete()
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java37 import static com.android.server.am.ActivityManagerService.REPORT_USER_SWITCH_MSG;
924 mHandler.removeMessages(REPORT_USER_SWITCH_MSG);
926 mHandler.sendMessage(mHandler.obtainMessage(REPORT_USER_SWITCH_MSG,
DActivityManagerService.java1672 static final int REPORT_USER_SWITCH_MSG = 34; field in ActivityManagerService
2166 case REPORT_USER_SWITCH_MSG: { in handleMessage()