Searched refs:mAuthDirection (Results 1 – 1 of 1) sorted by relevance
1070 @AuthDirection public final int mAuthDirection; field in IkeSessionParams.IkeAuthConfig1075 mAuthDirection = authDirection; in IkeAuthConfig()1120 result.putInt(AUTH_DIRECTION_KEY, mAuthDirection); in toPersistableBundle()1126 return Objects.hash(mAuthMethod, mAuthDirection); in hashCode()1137 return mAuthMethod == other.mAuthMethod && mAuthDirection == other.mAuthDirection; in equals()