Searched refs:mDeathTimeMillis (Results 1 – 1 of 1) sorted by relevance
275 private final HashSet<Long> mDeathTimeMillis = new HashSet<>(); field in StatsCompanionService2684 for (Long timeMillis : mDeathTimeMillis) { in binderDied()2687 mDeathTimeMillis.remove(timeMillis); in binderDied()2696 mDeathTimeMillis.add(now); in binderDied()2697 if (mDeathTimeMillis.size() >= DEATH_THRESHOLD) { in binderDied()2698 mDeathTimeMillis.clear(); in binderDied()