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;142 REPORT_USER_SWITCH_MSG,251 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in startForegroundUserAssertions()284 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitch()314 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitchBadReceiver()332 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testContinueUserSwitch()351 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testContinueUserSwitchUIDisabled()385 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitchComplete()640 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in addForegroundUserAndContinueUserSwitch()
152 static final int REPORT_USER_SWITCH_MSG = 10; field in UserController1587 mHandler.removeMessages(REPORT_USER_SWITCH_MSG);1589 mHandler.sendMessage(mHandler.obtainMessage(REPORT_USER_SWITCH_MSG,2693 case REPORT_USER_SWITCH_MSG: