Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 884f46e1 authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

Merge "Add IntDef for MBMS download result" am: 54b8ab73

am: 711c5c74

Change-Id: I92bc2b40b4f08c9123a1b97f1532d8b5e4ecedb0
parents 9dc3359e 711c5c74
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -131,6 +131,14 @@ public class MbmsDownloadSession implements AutoCloseable {
     */
    public static final String DEFAULT_TOP_LEVEL_TEMP_DIRECTORY = "androidMbmsTempFileRoot";


    /** @hide */
    @Retention(RetentionPolicy.SOURCE)
    @IntDef(value = {RESULT_SUCCESSFUL, RESULT_CANCELLED, RESULT_EXPIRED, RESULT_IO_ERROR,
            RESULT_SERVICE_ID_NOT_DEFINED, RESULT_DOWNLOAD_FAILURE, RESULT_OUT_OF_STORAGE,
            RESULT_FILE_ROOT_UNREACHABLE}, prefix = { "RESULT_" })
    public @interface DownloadResultCode{}

    /**
     * Indicates that the download was successful.
     */