Home
last modified time | relevance | path

Searched refs:REPORT_USER_SWITCH_MSG (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DUserControllerTest.java27 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()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java152 static final int REPORT_USER_SWITCH_MSG = 10; field in UserController
1587 mHandler.removeMessages(REPORT_USER_SWITCH_MSG);
1589 mHandler.sendMessage(mHandler.obtainMessage(REPORT_USER_SWITCH_MSG,
2693 case REPORT_USER_SWITCH_MSG: