public void setLoaded()

in src/android/FileProgressResult.java [45:47]


    public void setLoaded(long bytes) {
        this.loaded = bytes;
    }