Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DUserControllerTest.java419 Message conMsg = mInjector.mHandler.getMessageForCode(CONTINUE_USER_SWITCH_MSG); in testDispatchUserSwitch() local
420 assertNotNull(conMsg); in testDispatchUserSwitch()
421 userState = (UserState) conMsg.obj; in testDispatchUserSwitch()
425 assertEquals("Unexpected old user id", 0, conMsg.arg1); in testDispatchUserSwitch()
426 assertEquals("Unexpected new user id", TEST_USER_ID, conMsg.arg2); in testDispatchUserSwitch()