Searched refs:mLocalAuthConfig (Results 1 – 1 of 1) sorted by relevance
229 @NonNull private final IkeAuthConfig mLocalAuthConfig; field in IkeSessionParams277 mLocalAuthConfig = localAuthConfig; in IkeSessionParams()395 result.putPersistableBundle(LOCAL_AUTH_KEY, mLocalAuthConfig.toPersistableBundle()); in toPersistableBundle()498 return mLocalAuthConfig; in getLocalAuthConfig()621 mLocalAuthConfig, in hashCode()649 && mLocalAuthConfig.equals(other.mLocalAuthConfig) in equals()1189 @Nullable private IkeAuthConfig mLocalAuthConfig; field in IkeSessionParams.Builder1259 mLocalAuthConfig = ikeSessionParams.getLocalAuthConfig(); in Builder()1387 mLocalAuthConfig = local; in setAuth()1835 || mLocalAuthConfig == null in build()[all …]