Searched refs:mProcessesToGc (Results 1 – 1 of 1) sorted by relevance
869 final ArrayList<ProcessRecord> mProcessesToGc = new ArrayList<ProcessRecord>(); field in ActivityManagerService3714 mProcessesToGc.remove(rec); in doLowMemReportIfNeededLocked()11216 if (mProcessesToGc.size() > 0) { in writeProcessesToGcToProto()11218 for (int i=0; i<mProcessesToGc.size(); i++) { in writeProcessesToGcToProto()11219 ProcessRecord r = mProcessesToGc.get(i); in writeProcessesToGcToProto()11235 if (mProcessesToGc.size() > 0) { in dumpProcessesToGc()11238 for (int i=0; i<mProcessesToGc.size(); i++) { in dumpProcessesToGc()11239 ProcessRecord proc = mProcessesToGc.get(i); in dumpProcessesToGc()13752 mProcessesToGc.remove(app); in cleanUpApplicationRecordLocked()16486 final int N = mProcessesToGc.size(); in performAppGcsLocked()[all …]