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.java529 ArrayList<ApplicationExitInfo> tlist = mTmpInfoList; in updateExitInfoIfNecessaryLocked() local
530 tlist.clear(); in updateExitInfoIfNecessaryLocked()
537 tlist.clear(); in updateExitInfoIfNecessaryLocked()
538 container.getExitInfoLocked(pid, 1, tlist); in updateExitInfoIfNecessaryLocked()
539 if (tlist.size() == 0) { in updateExitInfoIfNecessaryLocked()
542 ApplicationExitInfo info = tlist.get(0); in updateExitInfoIfNecessaryLocked()
544 tlist.clear(); in updateExitInfoIfNecessaryLocked()
552 return tlist.size() > 0; in updateExitInfoIfNecessaryLocked()