Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DDefaultTestsZipInstallerTest.java86 Set<String> skipList = testZipInstaller.getDataWipeSkipList(); in testSkipWipeFileSetup() local
87 assertNull("Invalid wipe list set.", skipList); in testSkipWipeFileSetup()
89 skipList = testZipInstaller.getDataWipeSkipList(); in testSkipWipeFileSetup()
90 assertTrue("Invalid wipe list set. Missing value set.", skipList.contains("foo")); in testSkipWipeFileSetup()
95 skipList = testZipInstaller.getDataWipeSkipList(); in testSkipWipeFileSetup()
97 skipList.contains("foo")); in testSkipWipeFileSetup()
98 assertTrue("Invalid wipe list set. Missing value set.", skipList.contains("bar")); in testSkipWipeFileSetup()
99 assertTrue("Invalid wipe list set. Missing value set.", skipList.contains("foobar")); in testSkipWipeFileSetup()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DITestsZipInstaller.java52 public void setDataWipeSkipList(Collection<String> skipList); in setDataWipeSkipList() argument
63 public void setDataWipeSkipList(String... skipList); in setDataWipeSkipList() argument