Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java1066 private static final String AUTH_DIRECTION_KEY = "mAuthDirection"; field in IkeSessionParams.IkeAuthConfig
1092 switch (in.getInt(AUTH_DIRECTION_KEY)) { in fromPersistableBundle()
1101 + in.getInt(AUTH_DIRECTION_KEY)); in fromPersistableBundle()
1120 result.putInt(AUTH_DIRECTION_KEY, mAuthDirection); in toPersistableBundle()