Move the latest AIDL update to the bottom

Test: m
Bug: 128803828
Change-Id: I3818eb8abb5a410663a6da633d5516cef4ecad8e
(cherry picked from commit 45ff048d40)
This commit is contained in:
Chalard Jean
2019-04-05 16:38:21 +09:00
parent 6839f419de
commit 9d1465d0b5

View File

@@ -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);
}