Searched refs:mAppPhantomProcessMap (Results 1 – 1 of 1) sorted by relevance
71 final SparseArray<SparseArray<PhantomProcessRecord>> mAppPhantomProcessMap = field in PhantomProcessList338 SparseArray<PhantomProcessRecord> array = mAppPhantomProcessMap.get(appPid); in getOrCreatePhantomProcessIfNeededLocked()341 mAppPhantomProcessMap.put(appPid, array); in getOrCreatePhantomProcessIfNeededLocked()390 final int index = mAppPhantomProcessMap.indexOfKey(proc.mPpid); in onPhantomProcessKilledLocked()394 SparseArray<PhantomProcessRecord> array = mAppPhantomProcessMap.valueAt(index); in onPhantomProcessKilledLocked()397 mAppPhantomProcessMap.removeAt(index); in onPhantomProcessKilledLocked()493 int index = mAppPhantomProcessMap.indexOfKey(proc.mPpid); in killPhantomProcessGroupLocked()496 mAppPhantomProcessMap.valueAt(index); in killPhantomProcessGroupLocked()518 int index = mAppPhantomProcessMap.indexOfKey(app.getPid()); in forEachPhantomProcessOfApp()521 mAppPhantomProcessMap.valueAt(index); in forEachPhantomProcessOfApp()