Home
last modified time | relevance | path

Searched defs:skipList (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DITestsZipInstaller.java52 public void setDataWipeSkipList(Collection<String> skipList); in setDataWipeSkipList()
63 public void setDataWipeSkipList(String... skipList); in setDataWipeSkipList()
DDefaultTestsZipInstaller.java61 public DefaultTestsZipInstaller(Collection<String> skipList) { in DefaultTestsZipInstaller()
72 public DefaultTestsZipInstaller(String... skipList) { in DefaultTestsZipInstaller()
80 public void setDataWipeSkipList(Collection<String> skipList) { in setDataWipeSkipList()
89 public void setDataWipeSkipList(String... skipList) { in setDataWipeSkipList()
/tools/tradefederation/core/src/com/android/tradefed/retry/
DRetryTracker.java97 …ublic void recordTestRun(List<TestRunResult> runs, int attemptJustExecuted, Set<String> skipList) { in recordTestRun()
172 private boolean isRetriable(TestDescription test, TestResult result, Set<String> skipList) { in isRetriable()
208 private void recordTestCase(TestDescription test, TestResult result, Set<String> skipList) { in recordTestCase()
/tools/tradefederation/core/src/com/android/tradefed/testtype/retry/
DIAutoRetriableTest.java49 int attemptJustExecuted, List<TestRunResult> previousResults, Set<String> skipList) in shouldRetry()
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DDefaultTestsZipInstallerTest.java89 Set<String> skipList = testZipInstaller.getDataWipeSkipList(); in testSkipWipeFileSetup() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstalledInstrumentationsTest.java227 int attemptJustExecuted, List<TestRunResult> previousResults, Set<String> skipList) in shouldRetry()
267 private Set<TestDescription> convertStringToDescription(Set<String> skipList) { in convertStringToDescription()
276 private boolean shouldRetry(TestRunResult run, Set<TestDescription> skipList) { in shouldRetry()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DInstalledInstrumentationsTestTest.java181 Set<String> skipList = new HashSet<>(); in testRun_retry_skipList() local