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.java4596 mAm.mHandler.removeMessages(ActivityManagerService.SERVICE_TIMEOUT_MSG, r.app); in serviceDoneExecutingLocked()
5220 ActivityManagerService.SERVICE_TIMEOUT_MSG); in serviceTimeout()
5287 ActivityManagerService.SERVICE_TIMEOUT_MSG); in scheduleServiceTimeoutLocked()
DActivityManagerService.java1446 static final int SERVICE_TIMEOUT_MSG = 12; field in ActivityManagerService
1641 case SERVICE_TIMEOUT_MSG: { in handleMessage()