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

Commit 8608eca9 authored by William Escande's avatar William Escande
Browse files

AdapterNativeInterface: remove dead code

Bug: 314697789
Test: m Bluetooth
Flag: Exempt, dead code removal
Change-Id: Iac1751fe12d6c8f0abe977ca8ff81512bebb9575
parent 7bb6d6a8
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -100,10 +100,6 @@ public class AdapterNativeInterface {
        return getAdapterPropertyNative(type);
    }

    boolean setAdapterProperty(int type) {
        return setAdapterPropertyNative(type);
    }

    boolean setDeviceProperty(byte[] address, int type, byte[] val) {
        return setDevicePropertyNative(address, type, val);
    }
@@ -276,8 +272,6 @@ public class AdapterNativeInterface {

    private native boolean getAdapterPropertyNative(int type);

    private native boolean setAdapterPropertyNative(int type);

    private native boolean setDevicePropertyNative(byte[] address, int type, byte[] val);

    private native boolean getDevicePropertyNative(byte[] address, int type);