Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java10166 private final ArrayMap<String, long[]> mErrorClusterRecords = new ArrayMap<>(); field in ActivityManagerService
10199 synchronized (mErrorClusterRecords) { in addErrorToDropBox()
10200 long[] errRecord = mErrorClusterRecords.get(eventType); in addErrorToDropBox()
10203 mErrorClusterRecords.put(eventType, errRecord); in addErrorToDropBox()