Searched defs:IDLE_TIMEOUT_MSG (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java159 static final int IDLE_TIMEOUT_MSG = FIRST_SUPERVISOR_STACK_MSG; field in class:ActivityStackSupervisor
2539 mHandler.removeMessages(IDLE_TIMEOUT_MSG, r);
3706 Message msg = mHandler.obtainMessage(IDLE_TIMEOUT_MSG, next);
3717 mHandler.removeMessages(IDLE_TIMEOUT_MSG, r);
4024 case IDLE_TIMEOUT_MSG: {
4026 "handleMessage: IDLE_TIMEOUT_MSG: r=" + msg.obj);
4029 Message nmsg = mHandler.obtainMessage(IDLE_TIMEOUT_MSG);

Completed in 214 milliseconds