Searched refs:GC_MIN_INTERVAL (Results 1 – 2 of 2) sorted by relevance
510 long GC_MIN_INTERVAL = DEFAULT_GC_MIN_INTERVAL; field in ActivityManagerConstants1575 GC_MIN_INTERVAL = mParser.getLong(KEY_GC_MIN_INTERVAL, in updateConstants()2344 pw.println(GC_MIN_INTERVAL);
1530 if ((profile.getLastRequestedGc() + mService.mConstants.GC_MIN_INTERVAL) in performAppGcsLPf()1576 long when = proc.mProfile.getLastRequestedGc() + mService.mConstants.GC_MIN_INTERVAL; in scheduleAppGcsLPf()1636 if ((profile.getLastLowMemory() + mService.mConstants.GC_MIN_INTERVAL) <= now) { in doLowMemReportIfNeededLocked()