Searched refs:CONTINUE_USER_SWITCH_MSG (Results 1 – 3 of 3) sorted by relevance
52 import static com.android.server.am.ActivityManagerService.CONTINUE_USER_SWITCH_MSG;207 Set<Integer> expectedCodes = Collections.singleton(CONTINUE_USER_SWITCH_MSG); in testDispatchUserSwitch()210 Message conMsg = mInjector.handler.getMessageForCode(CONTINUE_USER_SWITCH_MSG); in testDispatchUserSwitch()
1195 mHandler.sendMessage(mHandler.obtainMessage(ActivityManagerService.CONTINUE_USER_SWITCH_MSG,
1673 static final int CONTINUE_USER_SWITCH_MSG = 35; field in ActivityManagerService2170 case CONTINUE_USER_SWITCH_MSG: { in handleMessage()