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

Commit 95bd0192 authored by Chalard Jean's avatar Chalard Jean Committed by android-build-merger
Browse files

Move the latest AIDL update to the bottom am: 9d1465d0

am: ab680b37

Change-Id: I9e10d418adf2df3636afecc6637a9e0660b5453e
parents 1c1d4f70 ab680b37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,10 +27,10 @@ oneway interface IIpClient {
    void shutdown();
    void startProvisioning(in ProvisioningConfigurationParcelable req);
    void stop();
    void setL2KeyAndGroupHint(in String l2Key, in String groupHint);
    void setTcpBufferSizes(in String tcpBufferSizes);
    void setHttpProxy(in ProxyInfo proxyInfo);
    void setMulticastFilter(boolean enabled);
    void addKeepalivePacketFilter(int slot, in TcpKeepalivePacketDataParcelable pkt);
    void removeKeepalivePacketFilter(int slot);
    void setL2KeyAndGroupHint(in String l2Key, in String groupHint);
}