Searched refs:pushCommand (Results 1 – 1 of 1) sorted by relevance
478 String pushCommand = String.format("content write --user %d --uri %s", userId, contentUri); in pushFileInternal() local479 CommandResult pushResult = mDevice.executeShellV2Command(pushCommand, fileToPush); in pushFileInternal()