Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/annotations/
DPolicyDirection.java33 @IntDef(value = {IpSecManager.DIRECTION_IN, IpSecManager.DIRECTION_OUT})
/frameworks/base/tests/vcn/java/com/android/server/vcn/
DVcnGatewayConnectionConnectedStateTest.java21 import static android.net.IpSecManager.DIRECTION_OUT;
156 for (int direction : new int[] {DIRECTION_IN, DIRECTION_OUT}) { in verifyVcnTransformsApplied()
218 for (int direction : new int[] {DIRECTION_IN, DIRECTION_OUT}) { in testMigration()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java854 IpSecManager.DIRECTION_OUT, in freeUnderlyingResources()
1111 case IpSecManager.DIRECTION_OUT: in checkDirection()
1344 IpSecManager.DIRECTION_OUT, in createTunnelInterface()
1846 (direction == IpSecManager.DIRECTION_OUT) in applyTunnelModeTransform()
1870 if (direction == IpSecManager.DIRECTION_OUT) { in applyTunnelModeTransform()
/frameworks/base/core/java/android/net/
DIpSecManager.java79 public static final int DIRECTION_OUT = 1; field in IpSecManager
/frameworks/base/services/core/java/com/android/server/vcn/
DVcnGatewayConnection.java1692 if (direction != IpSecManager.DIRECTION_IN && direction != IpSecManager.DIRECTION_OUT) { in applyTransform()
1839 IpSecManager.DIRECTION_OUT); in handleMigrationCompleted()
/frameworks/base/core/api/
Dcurrent.txt26379 field public static final int DIRECTION_OUT = 1; // 0x1