Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DUserControllerTest.java35 import static com.android.server.am.UserController.REPORT_USER_SWITCH_COMPLETE_MSG;
522 expectedCodes.add(REPORT_USER_SWITCH_COMPLETE_MSG); in continueUserSwitchAssertions()
529 Message msg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_COMPLETE_MSG); in continueUserSwitchAssertions()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java192 static final int REPORT_USER_SWITCH_COMPLETE_MSG = 80; field in UserController
2218 mHandler.removeMessages(REPORT_USER_SWITCH_COMPLETE_MSG);
2220 REPORT_USER_SWITCH_COMPLETE_MSG, oldUserId, newUserId));
3173 case REPORT_USER_SWITCH_COMPLETE_MSG: