Searched refs:lastActivity (Results 1 – 3 of 3) sorted by relevance
88 long lastActivity; // last time there was some activity on the service. field in ServiceRecord226 TimeUtils.formatDuration(lastActivity, now, pw); in dump()302 lastActivity = SystemClock.uptimeMillis(); in ServiceRecord()
247 r.lastActivity = SystemClock.uptimeMillis(); in startServiceLocked()521 s.lastActivity = SystemClock.uptimeMillis(); in bindServiceLocked()1085 r.restartTime = r.lastActivity = SystemClock.uptimeMillis(); in realStartServiceLocked()1721 info.lastActivityTime = r.lastActivity; in makeRunningServiceInfoLocked()
12822 if (now < (s.lastActivity + ActiveServices.MAX_SERVICE_INACTIVITY)) { in computeOomAdjLocked()12901 if (now >= (s.lastActivity in computeOomAdjLocked()