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

Commit 730f143a authored by William Escande's avatar William Escande Committed by Gerrit Code Review
Browse files

Merge "AdapterNativeInterface: remove dead code" into main

parents 20f89282 8608eca9
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);