Searched refs:mDeathTimeMillis (Results 1 – 1 of 1) sorted by relevance
110 private final HashSet<Long> mDeathTimeMillis = new HashSet<>(); field in StatsCompanionService737 for (Long timeMillis : mDeathTimeMillis) { in binderDied()740 mDeathTimeMillis.remove(timeMillis); in binderDied()749 mDeathTimeMillis.add(now); in binderDied()750 if (mDeathTimeMillis.size() >= DEATH_THRESHOLD) { in binderDied()751 mDeathTimeMillis.clear(); in binderDied()