Searched refs:mUserIdentity (Results 1 – 1 of 1) sorted by relevance
85 @NonNull private final String mUserIdentity; field in Ikev2VpnProfile131 mUserIdentity = userIdentity; in Ikev2VpnProfile()156 checkStringNotEmpty(mUserIdentity, MISSING_PARAM_MSG_TMPL, "User Identity"); in validate()250 return mUserIdentity; in getUserIdentity()351 mUserIdentity, in hashCode()375 && Objects.equals(mUserIdentity, other.mUserIdentity) in equals()404 profile.ipsecIdentifier = mUserIdentity; in toVpnProfile()623 @NonNull private final String mUserIdentity; field in Ikev2VpnProfile.Builder658 mUserIdentity = identity; in Builder()901 mUserIdentity, in build()