Home
last modified time | relevance | path

Searched refs:MISSING_PARAM_MSG_TMPL (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
DIkev2VpnProfile.java90 private static final String MISSING_PARAM_MSG_TMPL = "Required parameter was not provided: %s"; field in Ikev2VpnProfile
167 checkNotNull(allowedAlgorithms, MISSING_PARAM_MSG_TMPL, "Allowed Algorithms"); in Ikev2VpnProfile()
212 checkStringNotEmpty(mServerAddr, MISSING_PARAM_MSG_TMPL, "Server Address"); in validate()
213 checkStringNotEmpty(mUserIdentity, MISSING_PARAM_MSG_TMPL, "User Identity"); in validate()
217 checkNotNull(mUsername, MISSING_PARAM_MSG_TMPL, "Username"); in validate()
218 checkNotNull(mPassword, MISSING_PARAM_MSG_TMPL, "Password"); in validate()
224 checkNotNull(mPresharedKey, MISSING_PARAM_MSG_TMPL, "Preshared Key"); in validate()
227 checkNotNull(mUserCert, MISSING_PARAM_MSG_TMPL, "User cert"); in validate()
228 checkNotNull(mRsaPrivateKey, MISSING_PARAM_MSG_TMPL, "RSA Private key"); in validate()
709 checkNotNull(secret, MISSING_PARAM_MSG_TMPL, "secret"); in encodeForIpsecSecret()
[all …]