Searched refs:REPORT_USER_SWITCH_MSG (Results 1 – 3 of 3) sorted by relevance
55 import static com.android.server.am.ActivityManagerService.REPORT_USER_SWITCH_MSG;92 new HashSet<>(Arrays.asList(REPORT_USER_SWITCH_MSG, USER_SWITCH_TIMEOUT_MSG,167 Message reportMsg = mInjector.handler.getMessageForCode(REPORT_USER_SWITCH_MSG); in startForegroundUserAssertions()198 Message reportMsg = mInjector.handler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitch()228 Message reportMsg = mInjector.handler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitchBadReceiver()246 Message reportMsg = mInjector.handler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testContinueUserSwitch()263 Message reportMsg = mInjector.handler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testContinueUserSwitchUIDisabled()292 Message reportMsg = mInjector.handler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitchComplete()
37 import static com.android.server.am.ActivityManagerService.REPORT_USER_SWITCH_MSG;924 mHandler.removeMessages(REPORT_USER_SWITCH_MSG);926 mHandler.sendMessage(mHandler.obtainMessage(REPORT_USER_SWITCH_MSG,
1672 static final int REPORT_USER_SWITCH_MSG = 34; field in ActivityManagerService2166 case REPORT_USER_SWITCH_MSG: { in handleMessage()