Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DDeviceSetupTest.java995 mDeviceSetup.setLocalDataPath(new File("idontexist")); in testSetup_badLocalData()
1352 mDeviceSetup.setLocalDataPath(mTmpDir); in doSyncDataExpectations()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java1325 protected void setLocalDataPath(File path) { in setLocalDataPath() method in DeviceSetup