Searched refs:CONTINUE_USER_SWITCH_MSG (Results 1 – 2 of 2) sorted by relevance
24 import static com.android.server.am.UserController.CONTINUE_USER_SWITCH_MSG;278 Set<Integer> expectedCodes = Collections.singleton(CONTINUE_USER_SWITCH_MSG); in testDispatchUserSwitch()281 Message conMsg = mInjector.mHandler.getMessageForCode(CONTINUE_USER_SWITCH_MSG); in testDispatchUserSwitch()
138 static final int CONTINUE_USER_SWITCH_MSG = 20; field in UserController1533 mHandler.sendMessage(mHandler.obtainMessage(CONTINUE_USER_SWITCH_MSG,2165 case CONTINUE_USER_SWITCH_MSG: