Searched refs:mRemoteAuthConfig (Results 1 – 1 of 1) sorted by relevance
230 @NonNull private final IkeAuthConfig mRemoteAuthConfig; field in IkeSessionParams278 mRemoteAuthConfig = remoteAuthConfig; in IkeSessionParams()396 result.putPersistableBundle(REMOTE_AUTH_KEY, mRemoteAuthConfig.toPersistableBundle()); in toPersistableBundle()504 return mRemoteAuthConfig; in getRemoteAuthConfig()622 mRemoteAuthConfig, in hashCode()650 && mRemoteAuthConfig.equals(other.mRemoteAuthConfig) in equals()1190 @Nullable private IkeAuthConfig mRemoteAuthConfig; field in IkeSessionParams.Builder1260 mRemoteAuthConfig = ikeSessionParams.getRemoteAuthConfig(); in Builder()1388 mRemoteAuthConfig = remote; in setAuth()1836 || mRemoteAuthConfig == null) { in build()[all …]