Loading android/app/src/com/android/bluetooth/avrcp/Avrcp.java +4 −5 Original line number Diff line number Diff line Loading @@ -1843,12 +1843,11 @@ public final class Avrcp { mAvailablePlayerViewChanged = true; } mMediaPlayerInfoList.put(updateId, info); if (DEBUG) Log.d(TAG, (updated ? "update #" : "add #") + updateId + ":" + info.toString()); } if (DEBUG) Log.d(TAG, (updated ? "update #" : "add #") + updateId + ":" + info.toString()); if (currentRemoved || updateId == mCurrAddrPlayerID) { updateCurrentController(updateId, mCurrBrowsePlayerID); } } return updated; } Loading Loading
android/app/src/com/android/bluetooth/avrcp/Avrcp.java +4 −5 Original line number Diff line number Diff line Loading @@ -1843,12 +1843,11 @@ public final class Avrcp { mAvailablePlayerViewChanged = true; } mMediaPlayerInfoList.put(updateId, info); if (DEBUG) Log.d(TAG, (updated ? "update #" : "add #") + updateId + ":" + info.toString()); } if (DEBUG) Log.d(TAG, (updated ? "update #" : "add #") + updateId + ":" + info.toString()); if (currentRemoved || updateId == mCurrAddrPlayerID) { updateCurrentController(updateId, mCurrBrowsePlayerID); } } return updated; } Loading