Searched defs:authType (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DX509TrustManagerExtensions.java56 * description of the chain and authType parameters. The final parameter, host, should be the
62 public List<X509Certificate> checkServerTrusted(X509Certificate[] chain, String authType, argument
64 return mDelegate.checkServerTrusted(chain, authType, host);
H A DCertificateChainValidator.java108 * @param authType The authentication type for the cert chain
112 byte[][] certChain, String domain, String authType)
125 return verifyServerDomainAndCertificates(serverCertificates, domain, authType);
148 * @param authType The authentication type for the cert chain
152 X509Certificate[] chain, String domain, String authType)
174 trustManager.checkServerTrusted(chain, authType, domain);
176 x509TrustManager.checkServerTrusted(chain, authType);
111 verifyServerCertificates( byte[][] certChain, String domain, String authType) argument
151 verifyServerDomainAndCertificates( X509Certificate[] chain, String domain, String authType) argument
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DX509TrustManagerExtensionsTest.java34 public void checkClientTrusted(X509Certificate[] chain, String authType) {} argument
36 public void checkServerTrusted(X509Certificate[] chain, String authType) {} argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DApnSetting.java35 public final int authType; field in class:ApnSetting
57 String user, String password, int authType, String[] types,
70 this.authType = authType;
118 int authType;
120 authType = Integer.parseInt(a[12]);
122 authType = 0;
152 a[9],a[4],a[5],authType,typeArray,protocol,roamingProtocol,carrierEnabled,bearer);
167 .append(", ").append(authType).append(", ");
54 ApnSetting(int id, String numeric, String carrier, String apn, String proxy, String port, String mmsc, String mmsProxy, String mmsPort, String user, String password, int authType, String[] types, String protocol, String roamingProtocol, boolean carrierEnabled, int bearer) argument
H A DRIL.java1340 String user, String password, String authType, String protocol,
1352 rr.mp.writeString(authType);
1358 + password + " " + authType + " " + protocol);
1339 setupDataCall(String radioTechnology, String profile, String apn, String user, String password, String authType, String protocol, Message result) argument
H A DCommandsInterface.java1488 * @param authType
1497 String apn, String user, String password, String authType,
1496 setupDataCall(String radioTechnology, String profile, String apn, String user, String password, String authType, String protocol, Message result) argument
/frameworks/base/tests/CoreTests/android/core/
H A DSSLSocketTest.java589 private String authType; field in class:SSLSocketTest.TestTrustManager
591 public void checkClientTrusted(X509Certificate[] chain, String authType) { argument
593 this.authType = authType;
596 public void checkServerTrusted(X509Certificate[] chain, String authType) { argument
598 this.authType = authType;
610 return authType;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java191 String apn, String user, String password, String authType,
190 setupDataCall(String radioTechnology, String profile, String apn, String user, String password, String authType, String protocol, Message result) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java965 String apn, String user, String password, String authType,
964 setupDataCall(String radioTechnology, String profile, String apn, String user, String password, String authType, String protocol, Message result) argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java581 String password, String authType, String protocol, Message result) {
580 setupDataCall(String radioTechnology, String profile, String apn, String user, String password, String authType, String protocol, Message result) argument

Completed in 1423 milliseconds