Move the latest AIDL update to the bottom

am: 9d1465d0b5

Change-Id: I93d3f69d3467faf4ffbb2dddddad03a9cedae862
This commit is contained in:
Chalard Jean
2019-04-09 05:34:16 -07:00
committed by android-build-merger

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