blob: 4bc198e366e779ae1cea7b7f8edadbd9e799195e [file] [log] [blame]
syntax = "proto2";
package android.stats.mobiledatadownload;
option java_multiple_files = true;
enum DownloadStatus {
UNKNOWN = 0;
PENDING = 1;
FAILED = 2;
DOWNLOADED = 3;
}