Searched refs:mShouldNotDelete (Results 1 – 1 of 1) sorted by relevance
47 private final ConcurrentSkipListSet<String> mShouldNotDelete = new ConcurrentSkipListSet<>(); field in ExecutionFiles90 mShouldNotDelete.add(key.toString()); in put()92 mShouldNotDelete.remove(key.toString()); in put()132 mShouldNotDelete.addAll(copyFrom.mShouldNotDelete); in putAll()193 if (mShouldNotDelete.contains(key)) { in clearFiles()