Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/os/
DBugreportManagerServiceImpl.java213 ArraySet<String> bugreportFilesForCaller = mBugreportFiles.get(callingInfo); in ensureCallerPreviouslyGeneratedFile() local
214 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() local
316 bugreportFilesForCaller.add(bugreportFile); in addBugreportMapping()