Searched refs:mDeathTimeMillis (Results 1 – 1 of 1) sorted by relevance
143 private final HashSet<Long> mDeathTimeMillis = new HashSet<>(); field in StatsCompanionService1129 for (Long timeMillis : mDeathTimeMillis) { in binderDied()1132 mDeathTimeMillis.remove(timeMillis); in binderDied()1141 mDeathTimeMillis.add(now); in binderDied()1142 if (mDeathTimeMillis.size() >= DEATH_THRESHOLD) { in binderDied()1143 mDeathTimeMillis.clear(); in binderDied()