Searched refs:mDeathTimeMillis (Results 1 – 1 of 1) sorted by relevance
118 private final HashSet<Long> mDeathTimeMillis = new HashSet<>(); field in StatsCompanionService810 for (Long timeMillis : mDeathTimeMillis) { in binderDied()813 mDeathTimeMillis.remove(timeMillis); in binderDied()822 mDeathTimeMillis.add(now); in binderDied()823 if (mDeathTimeMillis.size() >= DEATH_THRESHOLD) { in binderDied()824 mDeathTimeMillis.clear(); in binderDied()