Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppExitInfoTracker.java496 ArrayList<ApplicationExitInfo> tlist = mTmpInfoList; in updateExitInfoIfNecessaryLocked() local
497 tlist.clear(); in updateExitInfoIfNecessaryLocked()
504 tlist.clear(); in updateExitInfoIfNecessaryLocked()
505 container.getExitInfoLocked(pid, 1, tlist); in updateExitInfoIfNecessaryLocked()
506 if (tlist.size() == 0) { in updateExitInfoIfNecessaryLocked()
509 ApplicationExitInfo info = tlist.get(0); in updateExitInfoIfNecessaryLocked()
511 tlist.clear(); in updateExitInfoIfNecessaryLocked()
519 return tlist.size() > 0; in updateExitInfoIfNecessaryLocked()