Searched refs:existingApp (Results 1 – 1 of 1) sorted by relevance
766 final ProcessRecord existingApp = mPidMap.get(app.pid); in remove() local767 if (existingApp != null && existingApp.startSeq == app.startSeq) { in remove()785 final ProcessRecord existingApp = get(app.pid); in removeIfNoThread() local786 if (existingApp != null && existingApp.startSeq == app.startSeq in removeIfNoThread()