Searched refs:REPORT_USER_SWITCH_MSG (Results 1 – 2 of 2) sorted by relevance
36 import static com.android.server.am.UserController.REPORT_USER_SWITCH_MSG;169 REPORT_USER_SWITCH_MSG,370 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in startForegroundUserAssertions()406 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitch()437 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitchBadReceiver()464 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testContinueUserSwitch()485 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testContinueUserSwitchDismissKeyguard()506 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testContinueUserSwitchUIDisabled()543 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitchComplete()979 assertNull(mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG)); in testStallUserSwitchUntilTheKeyguardIsShown()[all …]
185 static final int REPORT_USER_SWITCH_MSG = 10; field in UserController1770 mHandler.removeMessages(REPORT_USER_SWITCH_MSG);1772 mHandler.sendMessage(mHandler.obtainMessage(REPORT_USER_SWITCH_MSG,3094 case REPORT_USER_SWITCH_MSG: