Loading android/app/src/com/android/bluetooth/a2dp/A2dpService.java +0 −5 Original line number Diff line number Diff line Loading @@ -91,11 +91,6 @@ public class A2dpService extends ProfileService { BluetoothUuid.AudioSource, BluetoothUuid.AudioSink }; @Override protected String getName() { return TAG; } @Override protected IProfileServiceBinder initBinder() { return new BluetoothA2dpBinder(this); Loading android/app/src/com/android/bluetooth/a2dpsink/A2dpSinkService.java +0 −5 Original line number Diff line number Diff line Loading @@ -43,11 +43,6 @@ public class A2dpSinkService extends ProfileService { private A2dpSinkStateMachine mStateMachine; private static A2dpSinkService sA2dpSinkService; @Override protected String getName() { return TAG; } @Override protected IProfileServiceBinder initBinder() { return new BluetoothA2dpSinkBinder(this); Loading android/app/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerService.java +0 −5 Original line number Diff line number Diff line Loading @@ -204,11 +204,6 @@ public class AvrcpControllerService extends ProfileService { initNative(); } @Override protected String getName() { return TAG; } @Override protected IProfileServiceBinder initBinder() { return new BluetoothAvrcpControllerBinder(this); Loading android/app/src/com/android/bluetooth/btservice/ProfileService.java +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ public abstract class ProfileService extends Service { private BroadcastReceiver mUserSwitchedReceiver; private boolean mProfileStarted = false; protected String getName() { public String getName() { return getClass().getSimpleName(); } Loading android/app/src/com/android/bluetooth/gatt/GattService.java +0 −5 Original line number Diff line number Diff line Loading @@ -180,11 +180,6 @@ public class GattService extends ProfileService { classInitNative(); } @Override protected String getName() { return TAG; } @Override protected IProfileServiceBinder initBinder() { return new BluetoothGattBinder(this); Loading Loading
android/app/src/com/android/bluetooth/a2dp/A2dpService.java +0 −5 Original line number Diff line number Diff line Loading @@ -91,11 +91,6 @@ public class A2dpService extends ProfileService { BluetoothUuid.AudioSource, BluetoothUuid.AudioSink }; @Override protected String getName() { return TAG; } @Override protected IProfileServiceBinder initBinder() { return new BluetoothA2dpBinder(this); Loading
android/app/src/com/android/bluetooth/a2dpsink/A2dpSinkService.java +0 −5 Original line number Diff line number Diff line Loading @@ -43,11 +43,6 @@ public class A2dpSinkService extends ProfileService { private A2dpSinkStateMachine mStateMachine; private static A2dpSinkService sA2dpSinkService; @Override protected String getName() { return TAG; } @Override protected IProfileServiceBinder initBinder() { return new BluetoothA2dpSinkBinder(this); Loading
android/app/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerService.java +0 −5 Original line number Diff line number Diff line Loading @@ -204,11 +204,6 @@ public class AvrcpControllerService extends ProfileService { initNative(); } @Override protected String getName() { return TAG; } @Override protected IProfileServiceBinder initBinder() { return new BluetoothAvrcpControllerBinder(this); Loading
android/app/src/com/android/bluetooth/btservice/ProfileService.java +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ public abstract class ProfileService extends Service { private BroadcastReceiver mUserSwitchedReceiver; private boolean mProfileStarted = false; protected String getName() { public String getName() { return getClass().getSimpleName(); } Loading
android/app/src/com/android/bluetooth/gatt/GattService.java +0 −5 Original line number Diff line number Diff line Loading @@ -180,11 +180,6 @@ public class GattService extends ProfileService { classInitNative(); } @Override protected String getName() { return TAG; } @Override protected IProfileServiceBinder initBinder() { return new BluetoothGattBinder(this); Loading