public void setTotal()

in src/android/FileProgressResult.java [53:55]


    public void setTotal(long bytes) {
        this.total = bytes;
    }