Searched refs:mBugreportFiles (Results 1 – 1 of 1) sorted by relevance
139 private ArrayMap<Pair<Integer, String>, ArraySet<String>> mBugreportFiles = field in BugreportManagerServiceImpl.BugreportFileManager195 ArraySet<String> bugreportFilesForUid = mBugreportFiles.get( in ensureCallerPreviouslyGeneratedFile()213 ArraySet<String> bugreportFilesForCaller = mBugreportFiles.get(callingInfo); in ensureCallerPreviouslyGeneratedFile()218 mBugreportFiles.remove(callingInfo); in ensureCallerPreviouslyGeneratedFile()312 if (!mBugreportFiles.containsKey(caller)) { in addBugreportMapping()313 mBugreportFiles.put(caller, new ArraySet<>()); in addBugreportMapping()315 ArraySet<String> bugreportFilesForCaller = mBugreportFiles.get(caller); in addBugreportMapping()322 mBugreportFiles = new ArrayMap<>(); in readBugreportMappingLocked()351 if (mBugreportFiles.isEmpty() && mBugreportFilesToPersist.isEmpty()) { in writeBugreportDataLocked()359 mBugreportFiles.entrySet()) { in writeBugreportDataLocked()[all …]