Loading android/app/src/com/android/bluetooth/avrcp/AvrcpTargetService.java +1 −2 Original line number Diff line number Diff line Loading @@ -190,8 +190,7 @@ public class AvrcpTargetService extends ProfileService { @Override protected boolean start() { if (sInstance != null) { Log.wtf(TAG, "The service has already been initialized"); return false; throw new IllegalStateException("start() called twice"); } IntentFilter userFilter = new IntentFilter(); Loading android/app/src/com/android/bluetooth/hfpclient/HeadsetClientService.java +1 −2 Original line number Diff line number Diff line Loading @@ -107,8 +107,7 @@ public class HeadsetClientService extends ProfileService { Log.d(TAG, "start()"); } if (getHeadsetClientService() != null) { Log.w(TAG, "start(): start called without stop"); return false; throw new IllegalStateException("start() called twice"); } mDatabaseManager = Objects.requireNonNull( Loading Loading
android/app/src/com/android/bluetooth/avrcp/AvrcpTargetService.java +1 −2 Original line number Diff line number Diff line Loading @@ -190,8 +190,7 @@ public class AvrcpTargetService extends ProfileService { @Override protected boolean start() { if (sInstance != null) { Log.wtf(TAG, "The service has already been initialized"); return false; throw new IllegalStateException("start() called twice"); } IntentFilter userFilter = new IntentFilter(); Loading
android/app/src/com/android/bluetooth/hfpclient/HeadsetClientService.java +1 −2 Original line number Diff line number Diff line Loading @@ -107,8 +107,7 @@ public class HeadsetClientService extends ProfileService { Log.d(TAG, "start()"); } if (getHeadsetClientService() != null) { Log.w(TAG, "start(): start called without stop"); return false; throw new IllegalStateException("start() called twice"); } mDatabaseManager = Objects.requireNonNull( Loading