Searched refs:mRemoteAuthConfig (Results 1 – 1 of 1) sorted by relevance
496 @NonNull private final IkeAuthConfig mRemoteAuthConfig; field in IkeSessionParams550 mRemoteAuthConfig = remoteAuthConfig; in IkeSessionParams()677 result.putPersistableBundle(REMOTE_AUTH_KEY, mRemoteAuthConfig.toPersistableBundle()); in toPersistableBundle()788 return mRemoteAuthConfig; in getRemoteAuthConfig()974 mRemoteAuthConfig, in hashCode()1005 && mRemoteAuthConfig.equals(other.mRemoteAuthConfig) in equals()1554 @Nullable private IkeAuthConfig mRemoteAuthConfig; field in IkeSessionParams.Builder1634 mRemoteAuthConfig = ikeSessionParams.getRemoteAuthConfig(); in Builder()1764 mRemoteAuthConfig = remote; in setAuth()2309 || mRemoteAuthConfig == null) { in build()[all …]