Loading android/app/src/com/android/bluetooth/a2dpsink/A2dpSinkStateMachine.java +3 −2 Original line number Diff line number Diff line Loading @@ -177,10 +177,11 @@ public class A2dpSinkStateMachine extends StateMachine { } public void dump(StringBuilder sb) { ProfileService.println(sb, "mCurrentDevice: " + mCurrentDevice); if (mCurrentDevice == null) return; ProfileService.println(sb, "mCurrentDevice: " + mCurrentDevice.getAddress() + "(" + mCurrentDevice.getName() + ") " + this.toString()); ProfileService.println(sb, "mTargetDevice: " + mTargetDevice); ProfileService.println(sb, "mIncomingDevice: " + mIncomingDevice); ProfileService.println(sb, "StateMachine: " + this.toString()); } private class Disconnected extends State { Loading android/app/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerStateMachine.java +4 −1 Original line number Diff line number Diff line Loading @@ -999,7 +999,10 @@ class AvrcpControllerStateMachine extends StateMachine { } void dump(StringBuilder sb) { ProfileService.println(sb, "StateMachine: " + this.toString()); BluetoothDevice device = mRemoteDevice.mBTDevice; if (device == null) return; ProfileService.println(sb, "mCurrentDevice: " + device.getAddress() + "(" + device.getName() + ") " + this.toString()); } MediaMetadata getCurrentMetaData() { Loading android/app/src/com/android/bluetooth/hfpclient/HeadsetClientService.java +0 −2 Original line number Diff line number Diff line Loading @@ -915,8 +915,6 @@ public class HeadsetClientService extends ProfileService { super.dump(sb); for (HeadsetClientStateMachine sm : mStateMachineMap.values()) { if (sm != null) { println(sb, "State machine:"); println(sb, "============="); sm.dump(sb); } } Loading android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java +3 −4 Original line number Diff line number Diff line Loading @@ -185,7 +185,9 @@ public class HeadsetClientStateMachine extends StateMachine { } public void dump(StringBuilder sb) { ProfileService.println(sb, "mCurrentDevice: " + mCurrentDevice); if (mCurrentDevice == null) return; ProfileService.println(sb, "mCurrentDevice: " + mCurrentDevice.getAddress() + "(" + mCurrentDevice.getName() + ") " + this.toString()); ProfileService.println(sb, "mAudioState: " + mAudioState); ProfileService.println(sb, "mAudioWbs: " + mAudioWbs); ProfileService.println(sb, "mIndicatorNetworkState: " + mIndicatorNetworkState); Loading @@ -208,9 +210,6 @@ public class HeadsetClientStateMachine extends StateMachine { ProfileService.println(sb, " " + call); } } ProfileService.println(sb, "State machine stats:"); ProfileService.println(sb, this.toString()); } private void clearPendingAction() { Loading android/app/src/com/android/bluetooth/mapclient/MapClientService.java +0 −1 Original line number Diff line number Diff line Loading @@ -349,7 +349,6 @@ public class MapClientService extends ProfileService { @Override public void dump(StringBuilder sb) { super.dump(sb); ProfileService.println(sb, "# Services Connected: " + mMapInstanceMap.size()); for (MceStateMachine stateMachine : mMapInstanceMap.values()) { stateMachine.dump(sb); } Loading Loading
android/app/src/com/android/bluetooth/a2dpsink/A2dpSinkStateMachine.java +3 −2 Original line number Diff line number Diff line Loading @@ -177,10 +177,11 @@ public class A2dpSinkStateMachine extends StateMachine { } public void dump(StringBuilder sb) { ProfileService.println(sb, "mCurrentDevice: " + mCurrentDevice); if (mCurrentDevice == null) return; ProfileService.println(sb, "mCurrentDevice: " + mCurrentDevice.getAddress() + "(" + mCurrentDevice.getName() + ") " + this.toString()); ProfileService.println(sb, "mTargetDevice: " + mTargetDevice); ProfileService.println(sb, "mIncomingDevice: " + mIncomingDevice); ProfileService.println(sb, "StateMachine: " + this.toString()); } private class Disconnected extends State { Loading
android/app/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerStateMachine.java +4 −1 Original line number Diff line number Diff line Loading @@ -999,7 +999,10 @@ class AvrcpControllerStateMachine extends StateMachine { } void dump(StringBuilder sb) { ProfileService.println(sb, "StateMachine: " + this.toString()); BluetoothDevice device = mRemoteDevice.mBTDevice; if (device == null) return; ProfileService.println(sb, "mCurrentDevice: " + device.getAddress() + "(" + device.getName() + ") " + this.toString()); } MediaMetadata getCurrentMetaData() { Loading
android/app/src/com/android/bluetooth/hfpclient/HeadsetClientService.java +0 −2 Original line number Diff line number Diff line Loading @@ -915,8 +915,6 @@ public class HeadsetClientService extends ProfileService { super.dump(sb); for (HeadsetClientStateMachine sm : mStateMachineMap.values()) { if (sm != null) { println(sb, "State machine:"); println(sb, "============="); sm.dump(sb); } } Loading
android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java +3 −4 Original line number Diff line number Diff line Loading @@ -185,7 +185,9 @@ public class HeadsetClientStateMachine extends StateMachine { } public void dump(StringBuilder sb) { ProfileService.println(sb, "mCurrentDevice: " + mCurrentDevice); if (mCurrentDevice == null) return; ProfileService.println(sb, "mCurrentDevice: " + mCurrentDevice.getAddress() + "(" + mCurrentDevice.getName() + ") " + this.toString()); ProfileService.println(sb, "mAudioState: " + mAudioState); ProfileService.println(sb, "mAudioWbs: " + mAudioWbs); ProfileService.println(sb, "mIndicatorNetworkState: " + mIndicatorNetworkState); Loading @@ -208,9 +210,6 @@ public class HeadsetClientStateMachine extends StateMachine { ProfileService.println(sb, " " + call); } } ProfileService.println(sb, "State machine stats:"); ProfileService.println(sb, this.toString()); } private void clearPendingAction() { Loading
android/app/src/com/android/bluetooth/mapclient/MapClientService.java +0 −1 Original line number Diff line number Diff line Loading @@ -349,7 +349,6 @@ public class MapClientService extends ProfileService { @Override public void dump(StringBuilder sb) { super.dump(sb); ProfileService.println(sb, "# Services Connected: " + mMapInstanceMap.size()); for (MceStateMachine stateMachine : mMapInstanceMap.values()) { stateMachine.dump(sb); } Loading