Home
last modified time | relevance | path

Searched refs:DIRECTION_OUT (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/net/
DIpSecConfig.java125 out.writeInt(flow[IpSecTransform.DIRECTION_OUT].spi); in writeToParcel()
126 out.writeParcelable(flow[IpSecTransform.DIRECTION_OUT].encryption, flags); in writeToParcel()
127 out.writeParcelable(flow[IpSecTransform.DIRECTION_OUT].authentication, flags); in writeToParcel()
159 flow[IpSecTransform.DIRECTION_OUT].spi = in.readInt(); in IpSecConfig()
160 flow[IpSecTransform.DIRECTION_OUT].encryption = in IpSecConfig()
162 flow[IpSecTransform.DIRECTION_OUT].authentication = in IpSecConfig()
DIpSecTransform.java64 public static final int DIRECTION_OUT = 1; field in IpSecTransform
67 @IntDef(value = {DIRECTION_IN, DIRECTION_OUT})
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java53 new int[] {IpSecTransform.DIRECTION_OUT, IpSecTransform.DIRECTION_IN};