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

Commit 4a687891 authored by Chalard Jean's avatar Chalard Jean Committed by android-build-merger
Browse files

Merge "Move the latest AIDL update to the bottom"

am: fb087760

Change-Id: Ic976eb8fa91644fc5a3bcadf2165bdf46af89088
parents 0cb55a64 fb087760
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);
}