Searched refs:mDeathTimeMillis (Results 1 – 1 of 1) sorted by relevance
273 private final HashSet<Long> mDeathTimeMillis = new HashSet<>(); field in StatsCompanionService2639 for (Long timeMillis : mDeathTimeMillis) { in binderDied()2642 mDeathTimeMillis.remove(timeMillis); in binderDied()2651 mDeathTimeMillis.add(now); in binderDied()2652 if (mDeathTimeMillis.size() >= DEATH_THRESHOLD) { in binderDied()2653 mDeathTimeMillis.clear(); in binderDied()