Searched refs:mAlreadyLoggedViolatedStacks (Results 1 – 1 of 1) sorted by relevance
961 private final HashSet<Integer> mAlreadyLoggedViolatedStacks = new HashSet<Integer>(); field in ActivityManagerService9331 synchronized (mAlreadyLoggedViolatedStacks) { in handleApplicationStrictModeViolation()9332 if (mAlreadyLoggedViolatedStacks.contains(stackFingerprint)) { in handleApplicationStrictModeViolation()9341 if (mAlreadyLoggedViolatedStacks.size() >= MAX_DUP_SUPPRESSED_STACKS) { in handleApplicationStrictModeViolation()9342 mAlreadyLoggedViolatedStacks.clear(); in handleApplicationStrictModeViolation()9344 mAlreadyLoggedViolatedStacks.add(stackFingerprint); in handleApplicationStrictModeViolation()