Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java289 Message conMsg = mInjector.mHandler.getMessageForCode(CONTINUE_USER_SWITCH_MSG); in testDispatchUserSwitch() local
290 assertNotNull(conMsg); in testDispatchUserSwitch()
291 userState = (UserState) conMsg.obj; in testDispatchUserSwitch()
295 assertEquals("Unexpected old user id", 0, conMsg.arg1); in testDispatchUserSwitch()
296 assertEquals("Unexpected new user id", TEST_USER_ID, conMsg.arg2); in testDispatchUserSwitch()