Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/contentprovider/
DContentProviderHandler.java446 String pullCommand = String.format("content read --user %d --uri %s", userId, contentUri); in pullFileInternal() local
458 CommandResult pullResult = mDevice.executeShellV2Command(pullCommand, localFileStream); in pullFileInternal()