Merge "Add comments to frozen AIDL API files" am: 714b313903 am: 85db764efe am: 44657b8e19
am: 774eb61a27
Change-Id: I7dcd7e65a817eed970b123261b4871e5f7d293dc
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net;
|
||||
interface IIpMemoryStore {
|
||||
oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnStatusListener listener);
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net;
|
||||
interface IIpMemoryStoreCallbacks {
|
||||
oneway void onIpMemoryStoreFetched(in android.net.IIpMemoryStore ipMemoryStore);
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net.ipmemorystore;
|
||||
parcelable Blob {
|
||||
byte[] data;
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net.ipmemorystore;
|
||||
interface IOnBlobRetrievedListener {
|
||||
oneway void onBlobRetrieved(in android.net.ipmemorystore.StatusParcelable status, in String l2Key, in String name, in android.net.ipmemorystore.Blob data);
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net.ipmemorystore;
|
||||
interface IOnL2KeyResponseListener {
|
||||
oneway void onL2KeyResponse(in android.net.ipmemorystore.StatusParcelable status, in String l2Key);
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net.ipmemorystore;
|
||||
interface IOnNetworkAttributesRetrievedListener {
|
||||
oneway void onNetworkAttributesRetrieved(in android.net.ipmemorystore.StatusParcelable status, in String l2Key, in android.net.ipmemorystore.NetworkAttributesParcelable attributes);
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net.ipmemorystore;
|
||||
interface IOnSameL3NetworkResponseListener {
|
||||
oneway void onSameL3NetworkResponse(in android.net.ipmemorystore.StatusParcelable status, in android.net.ipmemorystore.SameL3NetworkResponseParcelable response);
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net.ipmemorystore;
|
||||
interface IOnStatusListener {
|
||||
oneway void onComplete(in android.net.ipmemorystore.StatusParcelable status);
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net.ipmemorystore;
|
||||
parcelable NetworkAttributesParcelable {
|
||||
byte[] assignedV4Address;
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net.ipmemorystore;
|
||||
parcelable SameL3NetworkResponseParcelable {
|
||||
String l2Key1;
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net.ipmemorystore;
|
||||
parcelable StatusParcelable {
|
||||
int resultCode;
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net;
|
||||
parcelable DhcpResultsParcelable {
|
||||
android.net.StaticIpConfiguration baseConfiguration;
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net;
|
||||
interface INetworkMonitor {
|
||||
oneway void start();
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net;
|
||||
interface INetworkMonitorCallbacks {
|
||||
oneway void onNetworkMonitorCreated(in android.net.INetworkMonitor networkMonitor);
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net;
|
||||
interface INetworkStackConnector {
|
||||
oneway void makeDhcpServer(in String ifName, in android.net.dhcp.DhcpServingParamsParcel params, in android.net.dhcp.IDhcpServerCallbacks cb);
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net;
|
||||
interface INetworkStackStatusCallback {
|
||||
oneway void onStatusAvailable(int statusCode);
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net;
|
||||
parcelable InitialConfigurationParcelable {
|
||||
android.net.LinkAddress[] ipAddresses;
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net;
|
||||
parcelable NattKeepalivePacketDataParcelable {
|
||||
byte[] srcAddress;
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net;
|
||||
parcelable PrivateDnsConfigParcel {
|
||||
String hostname;
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net;
|
||||
parcelable ProvisioningConfigurationParcelable {
|
||||
boolean enableIPv4;
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net;
|
||||
parcelable TcpKeepalivePacketDataParcelable {
|
||||
byte[] srcAddress;
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net.dhcp;
|
||||
parcelable DhcpServingParamsParcel {
|
||||
int serverAddr;
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net.dhcp;
|
||||
interface IDhcpServer {
|
||||
oneway void start(in android.net.INetworkStackStatusCallback cb);
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net.dhcp;
|
||||
interface IDhcpServerCallbacks {
|
||||
oneway void onDhcpServerCreated(int statusCode, in android.net.dhcp.IDhcpServer server);
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net.ip;
|
||||
interface IIpClient {
|
||||
oneway void completedPreDhcpAction();
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
|
||||
// try to edit this file. It looks like you are doing that because you have
|
||||
// modified an AIDL interface in a backward-incompatible way, e.g., deleting a
|
||||
// function from an interface or a field from a parcelable and it broke the
|
||||
// build. That breakage is intended.
|
||||
//
|
||||
// You must not make a backward incompatible changes to the AIDL files built
|
||||
// with the aidl_interface module type with versions property set. The module
|
||||
// type is used to build AIDL files in a way that they can be used across
|
||||
// independently updatable components of the system. If a device is shipped
|
||||
// with such a backward incompatible change, it has a high risk of breaking
|
||||
// later when a module using the interface is updated, e.g., Mainline modules.
|
||||
|
||||
package android.net.ip;
|
||||
interface IIpClientCallbacks {
|
||||
oneway void onIpClientCreated(in android.net.ip.IIpClient ipClient);
|
||||
|
||||
Reference in New Issue
Block a user