Searched refs:mAppPhantomProcessMap (Results 1 – 1 of 1) sorted by relevance
73 final SparseArray<SparseArray<PhantomProcessRecord>> mAppPhantomProcessMap = field in PhantomProcessList340 SparseArray<PhantomProcessRecord> array = mAppPhantomProcessMap.get(appPid); in getOrCreatePhantomProcessIfNeededLocked()343 mAppPhantomProcessMap.put(appPid, array); in getOrCreatePhantomProcessIfNeededLocked()392 final int index = mAppPhantomProcessMap.indexOfKey(proc.mPpid); in onPhantomProcessKilledLocked()396 SparseArray<PhantomProcessRecord> array = mAppPhantomProcessMap.valueAt(index); in onPhantomProcessKilledLocked()399 mAppPhantomProcessMap.removeAt(index); in onPhantomProcessKilledLocked()499 int index = mAppPhantomProcessMap.indexOfKey(proc.mPpid); in killPhantomProcessGroupLocked()502 mAppPhantomProcessMap.valueAt(index); in killPhantomProcessGroupLocked()524 int index = mAppPhantomProcessMap.indexOfKey(app.getPid()); in forEachPhantomProcessOfApp()527 mAppPhantomProcessMap.valueAt(index); in forEachPhantomProcessOfApp()