Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDefaultTestsZipInstaller.java65 setDataWipeSkipList(skipList); in DefaultTestsZipInstaller()
76 setDataWipeSkipList(skipList); in DefaultTestsZipInstaller()
83 public void setDataWipeSkipList(Collection<String> skipList) { in setDataWipeSkipList() method in DefaultTestsZipInstaller
92 public void setDataWipeSkipList(String... skipList) { in setDataWipeSkipList() method in DefaultTestsZipInstaller
DITestsZipInstaller.java52 public void setDataWipeSkipList(Collection<String> skipList); in setDataWipeSkipList() method
63 public void setDataWipeSkipList(String... skipList); in setDataWipeSkipList() method
DSystemUpdaterDeviceFlasher.java167 public void setDataWipeSkipList(Collection<String> dataWipeSkipList) { in setDataWipeSkipList() method in SystemUpdaterDeviceFlasher
172 mTestsZipInstaller.setDataWipeSkipList(mDataWipeSkipList); in setDataWipeSkipList()
DIDeviceFlasher.java79 public void setDataWipeSkipList(Collection<String> dataWipeSkipList); in setDataWipeSkipList() method
DDeviceFlashPreparer.java202 flasher.setDataWipeSkipList(mDataWipeSkipList); in setUp()
DFastbootDeviceFlasher.java828 public void setDataWipeSkipList(Collection<String> dataWipeSkipList) { in setDataWipeSkipList() method in FastbootDeviceFlasher
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DDeviceFlashPreparerTest.java134 mMockFlasher.setDataWipeSkipList(Arrays.asList(new String[]{})); in doSetupExpectations()
170 mMockFlasher.setDataWipeSkipList(Arrays.asList(new String[]{})); in testSetup_buildError()
213 mMockFlasher.setDataWipeSkipList(Arrays.asList(new String[]{})); in testSetup_flashException()
DDefaultTestsZipInstallerTest.java88 testZipInstaller.setDataWipeSkipList("foo"); in testSkipWipeFileSetup()
94 testZipInstaller.setDataWipeSkipList(skipArrayList); in testSkipWipeFileSetup()