Home
last modified time | relevance | path

Searched refs:setDataWipeSkipList (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() 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.java198 flasher.setDataWipeSkipList(mDataWipeSkipList); in setUp()
DFastbootDeviceFlasher.java820 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()