Searched refs:FIRST_SUPERVISOR_STACK_MSG (Results 1 – 2 of 2) sorted by relevance
72 import static com.android.server.wm.ActivityTaskManagerService.H.FIRST_SUPERVISOR_STACK_MSG;177 static final int IDLE_TIMEOUT_MSG = FIRST_SUPERVISOR_STACK_MSG;178 static final int IDLE_NOW_MSG = FIRST_SUPERVISOR_STACK_MSG + 1;179 static final int RESUME_TOP_ACTIVITY_MSG = FIRST_SUPERVISOR_STACK_MSG + 2;180 static final int SLEEP_TIMEOUT_MSG = FIRST_SUPERVISOR_STACK_MSG + 3;181 static final int LAUNCH_TIMEOUT_MSG = FIRST_SUPERVISOR_STACK_MSG + 4;182 static final int LAUNCH_TASK_BEHIND_COMPLETE = FIRST_SUPERVISOR_STACK_MSG + 12;183 static final int RESTART_ACTIVITY_PROCESS_TIMEOUT_MSG = FIRST_SUPERVISOR_STACK_MSG + 13;184 static final int REPORT_MULTI_WINDOW_MODE_CHANGED_MSG = FIRST_SUPERVISOR_STACK_MSG + 14;185 static final int REPORT_PIP_MODE_CHANGED_MSG = FIRST_SUPERVISOR_STACK_MSG + 15;[all …]
6093 static final int FIRST_SUPERVISOR_STACK_MSG = 200; field in ActivityTaskManagerService.H