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

Commit 984b0c1c 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 am: 6c71211f

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


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


    private final Context mContext;
    private final Context mContext;