Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2e2d0c1 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 12181381 from 42c0bd68 to 24Q4-release

Change-Id: I1c87f97858993bf9deee7289a4ac9a93324e0314
parents 4a88c08d 42c0bd68
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -819,7 +819,6 @@ public final class BluetoothHeadset implements BluetoothProfile {
                return service.getAudioState(device, mAttributionSource);
            } catch (RemoteException e) {
                Log.e(TAG, e.toString() + "\n" + Log.getStackTraceString(new Throwable()));
                throw e.rethrowAsRuntimeException();
            }
        }
        return BluetoothHeadset.STATE_AUDIO_DISCONNECTED;
@@ -878,7 +877,6 @@ public final class BluetoothHeadset implements BluetoothProfile {
                return BluetoothStatusCodes.SUCCESS;
            } catch (RemoteException e) {
                Log.e(TAG, e.toString() + "\n" + Log.getStackTraceString(new Throwable()));
                throw e.rethrowAsRuntimeException();
            }
        }

@@ -913,7 +911,6 @@ public final class BluetoothHeadset implements BluetoothProfile {
                        : BluetoothStatusCodes.NOT_ALLOWED;
            } catch (RemoteException e) {
                Log.e(TAG, e.toString() + "\n" + Log.getStackTraceString(new Throwable()));
                throw e.rethrowAsRuntimeException();
            }
        }

@@ -995,7 +992,6 @@ public final class BluetoothHeadset implements BluetoothProfile {
                return service.connectAudio(mAttributionSource);
            } catch (RemoteException e) {
                Log.e(TAG, e.toString() + "\n" + Log.getStackTraceString(new Throwable()));
                throw e.rethrowAsRuntimeException();
            }
        }

@@ -1046,7 +1042,6 @@ public final class BluetoothHeadset implements BluetoothProfile {
                return service.disconnectAudio(mAttributionSource);
            } catch (RemoteException e) {
                Log.e(TAG, e.toString() + "\n" + Log.getStackTraceString(new Throwable()));
                throw e.rethrowAsRuntimeException();
            }
        }