Searched refs:REPORT_USER_SWITCH_MSG (Results 1 – 2 of 2) sorted by relevance
27 import static com.android.server.am.UserController.REPORT_USER_SWITCH_MSG;139 REPORT_USER_SWITCH_MSG,244 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in startForegroundUserAssertions()277 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitch()307 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitchBadReceiver()325 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testContinueUserSwitch()344 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testContinueUserSwitchUIDisabled()378 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitchComplete()577 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in addForegroundUserAndContinueUserSwitch()
142 static final int REPORT_USER_SWITCH_MSG = 10; field in UserController1419 mHandler.removeMessages(REPORT_USER_SWITCH_MSG);1421 mHandler.sendMessage(mHandler.obtainMessage(REPORT_USER_SWITCH_MSG,2456 case REPORT_USER_SWITCH_MSG: