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