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.java391 protected String mRemoteDataPath = null; field in DeviceSetup
951 if (mRemoteDataPath != null) { in syncTestData()
952 fullRemotePath = String.format("%s/%s", fullRemotePath, mRemoteDataPath); in syncTestData()