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

Commit 8cf2976a 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:...

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

Change-Id: I981186974f220330179edf93dc9b16beb91a89e9
parents fb3e5a86 48c13ce6
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;