Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java2087 ActivityManagerService.SERVICE_FOREGROUND_TIMEOUT_MSG, r); in setServiceForegroundInnerLocked()
4830 ActivityManagerService.SERVICE_FOREGROUND_TIMEOUT_MSG, r); in performScheduleRestartLocked()
5675 ActivityManagerService.SERVICE_FOREGROUND_TIMEOUT_MSG, r); in bringDownServiceLocked()
6945 ActivityManagerService.SERVICE_FOREGROUND_TIMEOUT_MSG); in scheduleServiceForegroundTransitionTimeoutLocked()
H A DActivityManagerService.java1626 static final int SERVICE_FOREGROUND_TIMEOUT_MSG = 66; field in ActivityManagerService
1827 case SERVICE_FOREGROUND_TIMEOUT_MSG: { in handleMessage()