Searched refs:tlist (Results 1 – 1 of 1) sorted by relevance
496 ArrayList<ApplicationExitInfo> tlist = mTmpInfoList; in updateExitInfoIfNecessaryLocked() local497 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()