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;135 REPORT_USER_SWITCH_MSG,238 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in startForegroundUserAssertions()269 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitch()299 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitchBadReceiver()317 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testContinueUserSwitch()334 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testContinueUserSwitchUIDisabled()368 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitchComplete()489 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in addForegroundUserAndContinueUserSwitch()
137 static final int REPORT_USER_SWITCH_MSG = 10; field in UserController1194 mHandler.removeMessages(REPORT_USER_SWITCH_MSG);1196 mHandler.sendMessage(mHandler.obtainMessage(REPORT_USER_SWITCH_MSG,2162 case REPORT_USER_SWITCH_MSG: