Loading services/core/java/com/android/server/media/MediaRouter2ServiceImpl.java +2 −4 Original line number Original line Diff line number Diff line Loading @@ -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; Loading Loading
services/core/java/com/android/server/media/MediaRouter2ServiceImpl.java +2 −4 Original line number Original line Diff line number Diff line Loading @@ -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; Loading