Searched refs:mUserIdentity (Results 1 – 1 of 1) sorted by relevance
118 @Nullable private final String mUserIdentity; field in Ikev2VpnProfile170 mUserIdentity = userIdentity; in Ikev2VpnProfile()213 checkStringNotEmpty(mUserIdentity, MISSING_PARAM_MSG_TMPL, "User Identity"); in validate()300 if (mIkeTunConnParams == null) return mUserIdentity; in getUserIdentity()444 mUserIdentity, in hashCode()473 && Objects.equals(mUserIdentity, other.mUserIdentity) in equals()789 @Nullable private final String mUserIdentity; field in Ikev2VpnProfile.Builder829 mUserIdentity = identity; in Builder()846 mUserIdentity = null; in Builder()1189 mUserIdentity, in build()