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

Commit 644ab1a5 authored by Aaron Huang's avatar Aaron Huang Committed by Gerrit Code Review
Browse files

Merge "Make IpSecManager.DIRECTION_FWD @SystemApi"

parents c7dc6dc0 935cafba
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -202,6 +202,10 @@ package android.net {
    field @NonNull public static final android.os.Parcelable.Creator<android.net.EthernetNetworkSpecifier> CREATOR;
  }

  public final class IpSecManager {
    field public static final int DIRECTION_FWD = 2; // 0x2
  }

  public static final class IpSecManager.UdpEncapsulationSocket implements java.lang.AutoCloseable {
    method public int getResourceId();
  }
+1 −0
Original line number Diff line number Diff line
@@ -86,6 +86,7 @@ public final class IpSecManager {
     *
     * @hide
     */
    @SystemApi(client = MODULE_LIBRARIES)
    public static final int DIRECTION_FWD = 2;

    /**