Searched refs:bugreportFilesForCaller (Results 1 – 1 of 1) sorted by relevance
213 ArraySet<String> bugreportFilesForCaller = mBugreportFiles.get(callingInfo); in ensureCallerPreviouslyGeneratedFile() local214 if (bugreportFilesForCaller != null in ensureCallerPreviouslyGeneratedFile()215 && bugreportFilesForCaller.contains(bugreportFile)) { in ensureCallerPreviouslyGeneratedFile()216 bugreportFilesForCaller.remove(bugreportFile); in ensureCallerPreviouslyGeneratedFile()217 if (bugreportFilesForCaller.isEmpty()) { in ensureCallerPreviouslyGeneratedFile()315 ArraySet<String> bugreportFilesForCaller = mBugreportFiles.get(caller); in addBugreportMapping() local316 bugreportFilesForCaller.add(bugreportFile); in addBugreportMapping()