Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/testtype/
DAppLaunchTestTest.java237 sut.addAllExcludeFilters(null); in addAllExcludeFilters_nullExcludeFilters_throwsException()
247 sut.addAllExcludeFilters(test_filters); in addAllExcludeFilters_validExcludeFilters()
/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/testtype/
DAppLaunchTest.java433 public void addAllExcludeFilters(Set<String> filters) { in addAllExcludeFilters() method in AppLaunchTest