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

/frameworks/base/core/java/android/net/http/
H A DCertificateChainValidator.java113 * @param authType The authentication type for the cert chain
117 byte[][] certChain, String domain, String authType)
130 return verifyServerDomainAndCertificates(serverCertificates, domain, authType);
138 * @param authType The authentication type for the cert chain
142 X509Certificate[] chain, String domain, String authType)
158 SSLParametersImpl.getDefaultTrustManager().checkServerTrusted(chain, authType);
116 verifyServerCertificates( byte[][] certChain, String domain, String authType) argument
141 verifyServerDomainAndCertificates( X509Certificate[] chain, String domain, String authType) argument
/frameworks/base/telephony/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.java1313 String user, String password, String authType, String protocol,
1325 rr.mp.writeString(authType);
1331 + password + " " + authType + " " + protocol);
1312 setupDataCall(String radioTechnology, String profile, String apn, String user, String password, String authType, String protocol, Message result) argument
H A DCommandsInterface.java1558 * @param authType
1567 String apn, String user, String password, String authType,
1566 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/base/telephony/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java188 String apn, String user, String password, String authType,
187 setupDataCall(String radioTechnology, String profile, String apn, String user, String password, String authType, String protocol, Message result) argument
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java962 String apn, String user, String password, String authType,
961 setupDataCall(String radioTechnology, String profile, String apn, String user, String password, String authType, String protocol, Message result) argument
/frameworks/base/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 197 milliseconds