Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DResolvePartialDownload.java43 public static final String EXCLUDE_FILTERS = "exclude_filters"; field in ResolvePartialDownload
86 String excludeFilter = args.remove(EXCLUDE_FILTERS); in execute()
DITestSuite.java580 ResolvePartialDownload.EXCLUDE_FILTERS, in stageTestArtifacts()
/tools/tradefederation/core/src/com/android/tradefed/build/
DBuildInfo.java736 args.put(ResolvePartialDownload.EXCLUDE_FILTERS, "doesntmatch"); in stageRemoteFile()