Searched refs:IDLE_NOW_MSG (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java140 static final int IDLE_NOW_MSG = FIRST_SUPERVISOR_STACK_MSG + 1; field in class:ActivityStackSupervisor
3328 mHandler.sendEmptyMessage(IDLE_NOW_MSG);
3532 case IDLE_NOW_MSG: {
3533 if (DEBUG_IDLE) Slog.d(TAG, "handleMessage: IDLE_NOW_MSG: r=" + msg.obj);

Completed in 145 milliseconds