Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1415 if (isSdcardOrEmulated(remoteFilePath) && userId != 0) { in pullFile()
1587 if (isSdcardOrEmulated(remoteFilePath)) { in pushFileInternal()
1680 if (isSdcardOrEmulated(deviceFilePath) && userId != 0) { in doesFileExist()
1720 if (isSdcardOrEmulated(deviceFilePath)) { in deleteFile()
2048 if (isSdcardOrEmulated(deviceFilePath)) { in pushDir()
2115 if (isSdcardOrEmulated(deviceFilePath)) { in pullDir()
2183 private boolean isSdcardOrEmulated(String path) { in isSdcardOrEmulated() method in NativeDevice