Searched refs:mProcessCrashTimes (Results 1 – 1 of 1) sorted by relevance
92 private final ProcessMap<Long> mProcessCrashTimes = new ProcessMap<>(); field in AppErrors157 mProcessCrashTimes.clear(); in resetState()168 if (mProcessCrashTimes.getMap().isEmpty() && badProcesses.getMap().isEmpty()) { in dumpDebugLPr()207 if (!mProcessCrashTimes.getMap().isEmpty()) { in dumpDebugLPr()208 final ArrayMap<String, SparseArray<Long>> pmap = mProcessCrashTimes.getMap(); in dumpDebugLPr()242 if (!mProcessCrashTimes.getMap().isEmpty()) { in dumpLPr()244 final ArrayMap<String, SparseArray<Long>> pmap = mProcessCrashTimes.getMap(); in dumpLPr()384 mProcessCrashTimes.remove(processName, uid); in resetProcessCrashTime()856 crashTime = mProcessCrashTimes.get(processName, uid);888 mProcessCrashTimes.remove(processName, app.uid);[all …]