Loading core/java/android/net/Downloads.java +3 −3 Original line number Original line Diff line number Diff line Loading @@ -297,7 +297,7 @@ public final class Downloads { /** /** * The column for the id in the Cursor returned by * The column for the id in the Cursor returned by * {@link #getProgressCursor()} * getProgressCursor() */ */ public static final int getProgressColumnId() { public static final int getProgressColumnId() { return 0; return 0; Loading @@ -305,7 +305,7 @@ public final class Downloads { /** /** * The column for the current byte count in the Cursor returned by * The column for the current byte count in the Cursor returned by * {@link #getProgressCursor()} * getProgressCursor() */ */ public static final int getProgressColumnCurrentBytes() { public static final int getProgressColumnCurrentBytes() { return 1; return 1; Loading @@ -313,7 +313,7 @@ public final class Downloads { /** /** * The column for the total byte count in the Cursor returned by * The column for the total byte count in the Cursor returned by * {@link #getProgressCursor()} * getProgressCursor() */ */ public static final int getProgressColumnTotalBytes() { public static final int getProgressColumnTotalBytes() { return 2; return 2; Loading Loading
core/java/android/net/Downloads.java +3 −3 Original line number Original line Diff line number Diff line Loading @@ -297,7 +297,7 @@ public final class Downloads { /** /** * The column for the id in the Cursor returned by * The column for the id in the Cursor returned by * {@link #getProgressCursor()} * getProgressCursor() */ */ public static final int getProgressColumnId() { public static final int getProgressColumnId() { return 0; return 0; Loading @@ -305,7 +305,7 @@ public final class Downloads { /** /** * The column for the current byte count in the Cursor returned by * The column for the current byte count in the Cursor returned by * {@link #getProgressCursor()} * getProgressCursor() */ */ public static final int getProgressColumnCurrentBytes() { public static final int getProgressColumnCurrentBytes() { return 1; return 1; Loading @@ -313,7 +313,7 @@ public final class Downloads { /** /** * The column for the total byte count in the Cursor returned by * The column for the total byte count in the Cursor returned by * {@link #getProgressCursor()} * getProgressCursor() */ */ public static final int getProgressColumnTotalBytes() { public static final int getProgressColumnTotalBytes() { return 2; return 2; Loading