HomeSort by relevance Sort by last modified time
    Searched defs:authType (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataProfile.java 37 public final int authType;
56 DataProfile(int profileId, String apn, String protocol, int authType,
63 this.authType = authType;
75 apn.authType, apn.user, apn.password, apn.bearer == 0 ? TYPE_COMMON :
91 pc.writeInt(dps[i].authType);
105 return "DataProfile " + profileId + "/" + apn + "/" + protocol + "/" + authType
ApnSetting.java 45 public final int authType;
91 String user, String password, int authType, String[] types,
106 this.authType = authType;
136 * <mmsc>, <mmsproxy>, <mmsport>, <mcc>, <mnc>, <authtype>,
141 * <mmsc>, <mmsproxy>, <mmsport>, <mcc>, <mnc>, <authtype>,
146 * <mmsc>, <mmsproxy>, <mmsport>, <mcc>, <mnc>, <authtype>,
174 int authType;
176 authType = Integer.parseInt(a[12]);
178 authType = 0
    [all...]
DataConnection.java 542 int authType = mApnSetting.authType;
543 if (authType == -1) {
544 authType = TextUtils.isEmpty(mApnSetting.user) ? RILConstants.SETUP_DATA_AUTH_NONE
559 Integer.toString(authType),
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiApConfigStore.java 159 int authType = in.readInt();
160 config.allowedKeyManagement.set(authType);
161 if (authType != KeyMgmt.NONE) {
188 int authType = config.getAuthType();
189 out.writeInt(authType);
190 if(authType != KeyMgmt.NONE) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar 
org.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.ssl_1.1.0.v20130604-1622.jar 
org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.300.v20130604-1622.jar 
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.ssl_1.1.0.v20130604-1622.jar 
org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.300.v20130604-1622.jar 
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLEngineImpl.java 662 String authType = peerCertChain[0].getPublicKey().getAlgorithm();
663 x509tm.checkClientTrusted(peerCertChain, authType);
OpenSSLSocketImpl.java 527 String authType = peerCertChain[0].getPublicKey().getAlgorithm();
528 x509tm.checkClientTrusted(peerCertChain, authType);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
HandshakeCompletedEventTest.java 563 private String authType;
565 public void checkClientTrusted(X509Certificate[] chain, String authType) {
567 this.authType = authType;
570 public void checkServerTrusted(X509Certificate[] chain, String authType) {
572 this.authType = authType;
584 return authType;
588 java.security.cert.X509Certificate[] chain, String authType)
594 java.security.cert.X509Certificate[] chain, String authType)
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslcon.c     [all...]
sslimpl.h     [all...]
  /frameworks/base/tests/CoreTests/android/core/
SSLSocketTest.java 589 private String authType;
591 public void checkClientTrusted(X509Certificate[] chain, String authType) {
593 this.authType = authType;
596 public void checkServerTrusted(X509Certificate[] chain, String authType) {
598 this.authType = authType;
610 return authType;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipsectypes.h 135 IPSEC_AUTH_TYPE authType;
  /hardware/ril/include/telephony/
ril.h 4744 int authtype; member in struct:__anon41686
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpclient-4.1.1.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 

Completed in 432 milliseconds

1 2