Searched refs:USER_SWITCH_TIMEOUT_MSG (Results 1 – 3 of 3) sorted by relevance
58 import static com.android.server.am.ActivityManagerService.USER_SWITCH_TIMEOUT_MSG;92 new HashSet<>(Arrays.asList(REPORT_USER_SWITCH_MSG, USER_SWITCH_TIMEOUT_MSG,
41 import static com.android.server.am.ActivityManagerService.USER_SWITCH_TIMEOUT_MSG;925 mHandler.removeMessages(USER_SWITCH_TIMEOUT_MSG);928 mHandler.sendMessageDelayed(mHandler.obtainMessage(USER_SWITCH_TIMEOUT_MSG,1194 mHandler.removeMessages(USER_SWITCH_TIMEOUT_MSG);
1674 static final int USER_SWITCH_TIMEOUT_MSG = 36; field in ActivityManagerService2174 case USER_SWITCH_TIMEOUT_MSG: { in handleMessage()