Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIpSecConfig.java122 out.writeInt(flow[IpSecTransform.DIRECTION_IN].spi); in writeToParcel()
123 out.writeParcelable(flow[IpSecTransform.DIRECTION_IN].encryption, flags); in writeToParcel()
124 out.writeParcelable(flow[IpSecTransform.DIRECTION_IN].authentication, flags); in writeToParcel()
154 flow[IpSecTransform.DIRECTION_IN].spi = in.readInt(); in IpSecConfig()
155 flow[IpSecTransform.DIRECTION_IN].encryption = in IpSecConfig()
157 flow[IpSecTransform.DIRECTION_IN].authentication = in IpSecConfig()
DIpSecTransform.java58 public static final int DIRECTION_IN = 0; 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};