Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DUserControllerTest.java32 import static com.android.server.am.UserController.COMPLETE_USER_SWITCH_MSG;
454 mInjector.mHandler.removeMessages(UserController.COMPLETE_USER_SWITCH_MSG); in continueAndCompleteUserSwitch()
521 expectedCodes.add(COMPLETE_USER_SWITCH_MSG); in continueUserSwitchAssertions()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java198 static final int COMPLETE_USER_SWITCH_MSG = 130; field in UserController
2192 mHandler.removeMessages(COMPLETE_USER_SWITCH_MSG);
2194 COMPLETE_USER_SWITCH_MSG, oldUserId, newUserId));
3194 case COMPLETE_USER_SWITCH_MSG: