HomeSort by relevance Sort by last modified time
    Searched refs:DIRECTION_IN (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/net/
IpSecConfig.java 122 out.writeInt(flow[IpSecTransform.DIRECTION_IN].spiResourceId);
123 out.writeParcelable(flow[IpSecTransform.DIRECTION_IN].encryption, flags);
124 out.writeParcelable(flow[IpSecTransform.DIRECTION_IN].authentication, flags);
154 flow[IpSecTransform.DIRECTION_IN].spiResourceId = in.readInt();
155 flow[IpSecTransform.DIRECTION_IN].encryption =
157 flow[IpSecTransform.DIRECTION_IN].authentication =
IpSecTransform.java 55 public static final int DIRECTION_IN = 0;
64 @IntDef(value = {DIRECTION_IN, DIRECTION_OUT})
319 * @param direction either {@link #DIRECTION_IN or #DIRECTION_OUT}
334 * @param direction either {@link #DIRECTION_IN or #DIRECTION_OUT}
356 * @param direction either {@link #DIRECTION_IN or #DIRECTION_OUT}
  /frameworks/base/services/core/java/com/android/server/
IpSecService.java 65 new int[] {IpSecTransform.DIRECTION_OUT, IpSecTransform.DIRECTION_IN};

Completed in 161 milliseconds