Searched refs:mUserIdentity (Results 1 – 1 of 1) sorted by relevance
107 @NonNull private final String mUserIdentity; field in Ikev2VpnProfile153 mUserIdentity = userIdentity; in Ikev2VpnProfile()178 checkStringNotEmpty(mUserIdentity, MISSING_PARAM_MSG_TMPL, "User Identity"); in validate()269 return mUserIdentity; in getUserIdentity()370 mUserIdentity, in hashCode()394 && Objects.equals(mUserIdentity, other.mUserIdentity) in equals()423 profile.ipsecIdentifier = mUserIdentity; in toVpnProfile()638 @NonNull private final String mUserIdentity; field in Ikev2VpnProfile.Builder673 mUserIdentity = identity; in Builder()915 mUserIdentity, in build()