Searched refs:GC_MIN_INTERVAL (Results 1 – 2 of 2) sorted by relevance
287 long GC_MIN_INTERVAL = DEFAULT_GC_MIN_INTERVAL; field in ActivityManagerConstants879 GC_MIN_INTERVAL = mParser.getLong(KEY_GC_MIN_INTERVAL, in updateConstants()1232 pw.println(GC_MIN_INTERVAL);
1178 if ((profile.getLastRequestedGc() + mService.mConstants.GC_MIN_INTERVAL) in performAppGcsLPf()1224 long when = proc.mProfile.getLastRequestedGc() + mService.mConstants.GC_MIN_INTERVAL; in scheduleAppGcsLPf()1284 if ((profile.getLastLowMemory() + mService.mConstants.GC_MIN_INTERVAL) <= now) { in doLowMemReportIfNeededLocked()