Searched defs:PAUSE_TIMEOUT_MSG (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java362 static final int PAUSE_TIMEOUT_MSG = ActivityManagerService.FIRST_ACTIVITY_STACK_MSG + 1; field in class:ActivityStack
391 case PAUSE_TIMEOUT_MSG: {
1232 final Message msg = mHandler.obtainMessage(PAUSE_TIMEOUT_MSG);
1369 mHandler.removeMessages(PAUSE_TIMEOUT_MSG, r);
4005 mHandler.removeMessages(PAUSE_TIMEOUT_MSG, r);

Completed in 132 milliseconds