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

Commit 7bcfc38f authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

Merge "AdapterNativeInterface: remove dead code" into main am: 730f143a

parents e6fe9b86 730f143a
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);