Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/contentprovider/
DContentProviderHandler.java478 String pushCommand = String.format("content write --user %d --uri %s", userId, contentUri); in pushFileInternal() local
479 CommandResult pushResult = mDevice.executeShellV2Command(pushCommand, fileToPush); in pushFileInternal()