Home
last modified time | relevance | path

Searched refs:DIRECTION_IN (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.java20 import static android.net.IpSecManager.DIRECTION_IN;
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.java861 IpSecManager.DIRECTION_IN, in freeUnderlyingResources()
1112 case IpSecManager.DIRECTION_IN: in checkDirection()
1354 IpSecManager.DIRECTION_IN, in createTunnelInterface()
/frameworks/base/core/java/android/net/
DIpSecManager.java71 public static final int DIRECTION_IN = 0; 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()
1705 if (direction == IpSecManager.DIRECTION_IN in applyTransform()
1832 IpSecManager.DIRECTION_IN); in handleMigrationCompleted()
/frameworks/base/core/api/
Dcurrent.txt26378 field public static final int DIRECTION_IN = 0; // 0x0