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;129 REPORT_USER_SWITCH_MSG,206 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in startForegroundUserAssertions()237 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitch()267 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitchBadReceiver()285 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testContinueUserSwitch()302 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testContinueUserSwitchUIDisabled()336 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitchComplete()457 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in addForegroundUserAndContinueUserSwitch()
133 static final int REPORT_USER_SWITCH_MSG = 10; field in UserController1167 mHandler.removeMessages(REPORT_USER_SWITCH_MSG);1169 mHandler.sendMessage(mHandler.obtainMessage(REPORT_USER_SWITCH_MSG,2117 case REPORT_USER_SWITCH_MSG: