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

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

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

parents 4779e9bf 7bcfc38f
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);