Searched refs:mErrorClusterRecords (Results 1 – 1 of 1) sorted by relevance
10166 private final ArrayMap<String, long[]> mErrorClusterRecords = new ArrayMap<>(); field in ActivityManagerService10199 synchronized (mErrorClusterRecords) { in addErrorToDropBox()10200 long[] errRecord = mErrorClusterRecords.get(eventType); in addErrorToDropBox()10203 mErrorClusterRecords.put(eventType, errRecord); in addErrorToDropBox()