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

Commit ab680b37 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

Change-Id: I93d3f69d3467faf4ffbb2dddddad03a9cedae862
parents 574705c4 9d1465d0
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);
}