Home
last modified time | relevance | path

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

/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/
DExecutionFiles.java47 private final ConcurrentSkipListSet<String> mShouldNotDelete = new ConcurrentSkipListSet<>(); field in ExecutionFiles
90 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()