Searched refs:skipList (Results 1 – 2 of 2) sorted by relevance
86 Set<String> skipList = testZipInstaller.getDataWipeSkipList(); in testSkipWipeFileSetup() local87 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()
52 public void setDataWipeSkipList(Collection<String> skipList); in setDataWipeSkipList() argument63 public void setDataWipeSkipList(String... skipList); in setDataWipeSkipList() argument