Searched refs:mHistoricalSessions (Results 1 – 1 of 1) sorted by relevance
234 private final List<String> mHistoricalSessions = new ArrayList<>(); field in PackageInstallerService577 if (mHistoricalSessions.size() > HISTORICAL_SESSIONS_THRESHOLD) {579 mHistoricalSessions.subList(0, HISTORICAL_CLEAR_SIZE).clear();581 mHistoricalSessions.add(writer.toString());1846 N = mHistoricalSessions.size();1848 pw.print(mHistoricalSessions.get(i));