Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java461 protected String mRemoteDataPath = null; field in DeviceSetup
1264 if (mRemoteDataPath != null) { in syncTestData()
1265 fullRemotePath = String.format("%s/%s", fullRemotePath, mRemoteDataPath); in syncTestData()