Home
last modified time | relevance | path

Searched refs:existingApp (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java766 final ProcessRecord existingApp = mPidMap.get(app.pid); in remove() local
767 if (existingApp != null && existingApp.startSeq == app.startSeq) { in remove()
785 final ProcessRecord existingApp = get(app.pid); in removeIfNoThread() local
786 if (existingApp != null && existingApp.startSeq == app.startSeq in removeIfNoThread()