Searched refs:MAX_SERVICE_INACTIVITY (Results 1 – 2 of 2) sorted by relevance
116 static final int MAX_SERVICE_INACTIVITY = 30*60*1000; field in ActiveServices
19319 if (now < (s.lastActivity + ActiveServices.MAX_SERVICE_INACTIVITY)) { in computeOomAdjLocked()19385 + ActiveServices.MAX_SERVICE_INACTIVITY)) { in computeOomAdjLocked()