Searched refs:GC_MIN_INTERVAL (Results 1 – 2 of 2) sorted by relevance
450 long GC_MIN_INTERVAL = DEFAULT_GC_MIN_INTERVAL; field in ActivityManagerConstants1412 GC_MIN_INTERVAL = mParser.getLong(KEY_GC_MIN_INTERVAL, in updateConstants()2043 pw.println(GC_MIN_INTERVAL);
1396 if ((profile.getLastRequestedGc() + mService.mConstants.GC_MIN_INTERVAL) in performAppGcsLPf()1442 long when = proc.mProfile.getLastRequestedGc() + mService.mConstants.GC_MIN_INTERVAL; in scheduleAppGcsLPf()1502 if ((profile.getLastLowMemory() + mService.mConstants.GC_MIN_INTERVAL) <= now) { in doLowMemReportIfNeededLocked()