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

Commit a44f4b55 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Revise the comment on DUMMY_REQUEST_ID" into rvc-dev am: cea7defc

Change-Id: Ia411fcd177b05b36c76a284167e4bf32698e085e
parents 5d7f042e cea7defc
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -70,10 +70,8 @@ class MediaRouter2ServiceImpl {
    private static final String TAG = "MR2ServiceImpl";
    private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);

    /**
     * TODO: Change this with the real request ID from MediaRouter2 when
     * MediaRouter2 needs to get notified for the failures.
     */
    // TODO: (In Android S or later) if we add callback methods for generic failures
    //       in MediaRouter2, remove this constant and replace the usages with the real request IDs.
    private static final long DUMMY_REQUEST_ID = -1;

    private final Context mContext;