Searched defs:DownloadProgressObj (Results 1 – 1 of 1) sorted by relevance
33 struct DownloadProgressObj : public Parcelable { struct34 enum Status : int32_t {40 enum DownloadErrorType : int32_t {68 static DownloadProgressObj *Unmarshalling(Parcel &parcel); argument