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