Searched refs:SD_CARD (Results 1 – 3 of 3) sorted by relevance
294 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()
1490 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()
130 protected static final String SD_CARD = "/sdcard/"; field in NativeDevice2184 return path.startsWith(SD_CARD) || path.startsWith(STORAGE_EMULATED); in isSdcardOrEmulated()