Loading android/app/src/com/android/bluetooth/newavrcp/AvrcpTargetService.java +5 −1 Original line number Diff line number Diff line Loading @@ -273,7 +273,11 @@ public class AvrcpTargetService extends ProfileService { * Dump debugging information to the string builder */ public void dump(StringBuilder sb) { if (mMediaPlayerList != null) { mMediaPlayerList.dump(sb); } else { sb.append("\nMedia Player List is empty\n"); } } private static class AvrcpTargetBinder extends IBluetoothAvrcpTarget.Stub Loading Loading
android/app/src/com/android/bluetooth/newavrcp/AvrcpTargetService.java +5 −1 Original line number Diff line number Diff line Loading @@ -273,7 +273,11 @@ public class AvrcpTargetService extends ProfileService { * Dump debugging information to the string builder */ public void dump(StringBuilder sb) { if (mMediaPlayerList != null) { mMediaPlayerList.dump(sb); } else { sb.append("\nMedia Player List is empty\n"); } } private static class AvrcpTargetBinder extends IBluetoothAvrcpTarget.Stub Loading