Searched refs:existingApp (Results 1 – 1 of 1) sorted by relevance
757 final ProcessRecord existingApp = mPidMap.get(app.pid); in remove() local758 if (existingApp != null && existingApp.startSeq == app.startSeq) { in remove()776 final ProcessRecord existingApp = get(app.pid); in removeIfNoThread() local777 if (existingApp != null && existingApp.startSeq == app.startSeq in removeIfNoThread()