Searched refs:getCurrentUserCompatible (Results 1 – 1 of 1) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 1433 return pullFile(remoteFilePath, localFile, getCurrentUserCompatible()); in pullFile() 1461 return pullFile(remoteFilePath, getCurrentUserCompatible()); in pullFile() 1553 return pushFile(localFile, remoteFilePath, getCurrentUserCompatible()); in pushFile() 1569 int userId = getCurrentUserCompatible(); in pushFile() 1670 return doesFileExist(deviceFilePath, getCurrentUserCompatible()); in doesFileExist() 1712 deleteFile(deviceFilePath, getCurrentUserCompatible()); in deleteFile() 2040 localFileDir, deviceFilePath, excludedDirectories, getCurrentUserCompatible()); in pushDir() 2106 return pullDir(deviceFilePath, localDir, getCurrentUserCompatible()); in pullDir() 5082 private int getCurrentUserCompatible() throws DeviceNotAvailableException { in getCurrentUserCompatible() method in NativeDevice
|