Searched refs:mBugreportFilesToPersist (Results 1 – 2 of 2) sorted by relevance
148 final Set<String> mBugreportFilesToPersist = new HashSet<>(); field in BugreportManagerServiceImpl.BugreportFileManager205 keepBugreportOnRetrieval = mBugreportFilesToPersist.contains( in ensureCallerPreviouslyGeneratedFile()245 mBugreportFilesToPersist.add(bugreportFile); in addBugreportFileForCaller()351 if (mBugreportFiles.isEmpty() && mBugreportFilesToPersist.isEmpty()) { in writeBugreportDataLocked()366 for (String file : mBugreportFilesToPersist) { in writeBugreportDataLocked()389 mBugreportFilesToPersist.add(bugreportFile); in readPersistentBugreportEntry()623 keepBugreportOnRetrieval = mBugreportFileManager.mBugreportFilesToPersist.contains( in retrieveBugreport()
152 assertThat(mBugreportFileManager.mBugreportFilesToPersist).containsExactly(mBugreportFile); in testBugreportFileManagerKeepFilesOnRetrieval()