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.java708 private static final String AUTH_DIRECTION_KEY = "mAuthDirection"; field in IkeSessionParams.IkeAuthConfig
734 switch (in.getInt(AUTH_DIRECTION_KEY)) { in fromPersistableBundle()
743 + in.getInt(AUTH_DIRECTION_KEY)); in fromPersistableBundle()
762 result.putInt(AUTH_DIRECTION_KEY, mAuthDirection); in toPersistableBundle()