Home
last modified time | relevance | path

Searched refs:SERVICE_TIMEOUT_MSG (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java2772 mAm.mHandler.removeMessages(ActivityManagerService.SERVICE_TIMEOUT_MSG, r.app); in serviceDoneExecutingLocked()
3346 ActivityManagerService.SERVICE_TIMEOUT_MSG); in serviceTimeout()
3389 ActivityManagerService.SERVICE_TIMEOUT_MSG); in scheduleServiceTimeoutLocked()
DActivityManagerService.java1654 static final int SERVICE_TIMEOUT_MSG = 12; field in ActivityManagerService
1966 case SERVICE_TIMEOUT_MSG: { in handleMessage()
1969 Message nmsg = mHandler.obtainMessage(SERVICE_TIMEOUT_MSG); in handleMessage()