Searched refs:existingApp (Results 1 – 1 of 1) sorted by relevance
862 final ProcessRecord existingApp = mPidMap.get(pid); in doRemoveInternal() local863 if (existingApp != null && existingApp.getStartSeq() == app.getStartSeq()) { in doRemoveInternal()