HomeSort by relevance Sort by last modified time
    Searched refs:FIRST_SUPERVISOR_STACK_MSG (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/am/
ActivityStackSupervisor.java 32 import static com.android.server.am.ActivityManagerService.FIRST_SUPERVISOR_STACK_MSG;
105 static final int IDLE_TIMEOUT_MSG = FIRST_SUPERVISOR_STACK_MSG;
106 static final int IDLE_NOW_MSG = FIRST_SUPERVISOR_STACK_MSG + 1;
107 static final int RESUME_TOP_ACTIVITY_MSG = FIRST_SUPERVISOR_STACK_MSG + 2;
108 static final int SLEEP_TIMEOUT_MSG = FIRST_SUPERVISOR_STACK_MSG + 3;
109 static final int LAUNCH_TIMEOUT_MSG = FIRST_SUPERVISOR_STACK_MSG + 4;
    [all...]
ActivityManagerService.java     [all...]

Completed in 42 milliseconds