Searched refs:DIRECTION_OUT (Results 1 – 3 of 3) sorted by relevance
125 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()
64 public static final int DIRECTION_OUT = 1; field in IpSecTransform67 @IntDef(value = {DIRECTION_IN, DIRECTION_OUT})
53 new int[] {IpSecTransform.DIRECTION_OUT, IpSecTransform.DIRECTION_IN};