Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DNativeDeviceTest.java294 String deviceFilePath = NativeDevice.SD_CARD; in testPushDir_withUserId()
318 String deviceFilePath = NativeDevice.SD_CARD; in testPushDir_withoutUserId()
418 String deviceFilePath = NativeDevice.SD_CARD; in testPullDir_withUserId()
441 String deviceFilePath = NativeDevice.SD_CARD; in testPullDir_withoutUserId()
2183 String remotePath = NativeDevice.SD_CARD; in testPushFile_withUserId()
2206 String remotePath = NativeDevice.SD_CARD; in testPushFile_withoutUserId()
2280 String remotePath = NativeDevice.SD_CARD + "deleteTest"; in testDeleteFile_withUserId()
2298 String remotePath = NativeDevice.SD_CARD + "deleteTest"; in testDeleteFile_withoutUserId()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1490 if (deviceFilePath.startsWith(SD_CARD)) { in doesFileExist()
1503 if (deviceFilePath.startsWith(SD_CARD)) { in doesFileExist()
1506 SD_CARD, String.format("/storage/emulated/%s/", userId)); in doesFileExist()
DNativeDevice.java130 protected static final String SD_CARD = "/sdcard/"; field in NativeDevice
2184 return path.startsWith(SD_CARD) || path.startsWith(STORAGE_EMULATED); in isSdcardOrEmulated()