Home
last modified time | relevance | path

Searched refs:mBackgroundCheckViolations (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DBroadcastStats.java50 final ArrayMap<String, ViolationEntry> mBackgroundCheckViolations = new ArrayMap<>(); field in BroadcastStats.ActionEntry
101 ViolationEntry ve = ae.mBackgroundCheckViolations.get(targetPackage); in addBackgroundCheckViolation()
104 ae.mBackgroundCheckViolations.put(targetPackage, ve); in addBackgroundCheckViolation()
145 for (int j=ae.mBackgroundCheckViolations.size()-1; j>=0; j--) { in dumpStats()
148 pw.print(ae.mBackgroundCheckViolations.keyAt(j)); in dumpStats()
150 ViolationEntry ve = ae.mBackgroundCheckViolations.valueAt(j); in dumpStats()
189 for (int j=ae.mBackgroundCheckViolations.size()-1; j>=0; j--) { in dumpCheckinStats()
191 pw.print(ae.mBackgroundCheckViolations.keyAt(j)); in dumpCheckinStats()
192 ViolationEntry ve = ae.mBackgroundCheckViolations.valueAt(j); in dumpCheckinStats()