Home
last modified time | relevance | path

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

/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepo.java75 private boolean mIncludeAll; field in ModuleRepo
235 mIncludeAll = includeFilters.isEmpty(); in initialize()
401 return (mIncludeAll || !mdIncludes.isEmpty()) && !containsModuleExclude(mdExcludes); in shouldRunModule()