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

1 2 3

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/
CredentialType.java 52 public CredentialType(int authType, int credType) {
53 super(authType);
73 int authType = tunneled ? AuthParam.PARAM_TYPE_TUNNELED_EAP_METHOD_CREDENTIAL_TYPE
75 return new CredentialType(authType, credType);
ExpandedEAPMethod.java 42 public ExpandedEAPMethod(int authType, int vendorID, long vendorType) {
43 super(authType);
71 int authType = inner ? AuthParam.PARAM_TYPE_EXPANDED_INNER_EAP_METHOD
73 return new ExpandedEAPMethod(authType, vendorID, vendorType);
NonEAPInnerAuth.java 54 public NonEAPInnerAuth(int authType) {
56 mAuthType = authType;
71 int authType = payload.get() & 0xFF;
72 return new NonEAPInnerAuth(authType);
  /packages/apps/Nfc/src/com/android/nfc/
NfcWifiProtectedSetup.java 150 short authType = payload.getShort();
151 populateAllowedKeyManagement(result.allowedKeyManagement, authType);
175 private static void populateAllowedKeyManagement(BitSet allowedKeyManagement, short authType) {
176 if (authType == AUTH_TYPE_WPA_PSK || authType == AUTH_TYPE_WPA2_PSK) {
178 } else if (authType == AUTH_TYPE_WPA_EAP || authType == AUTH_TYPE_WPA2_EAP) {
180 } else if (authType == AUTH_TYPE_OPEN) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiApConfigStore.java 201 int authType = in.readInt();
202 config.allowedKeyManagement.set(authType);
203 if (authType != KeyMgmt.NONE) {
232 int authType = config.getAuthType();
233 out.writeInt(authType);
234 if (authType != KeyMgmt.NONE) {
355 int authType;
358 authType = apConfig.getAuthType();
360 Log.d(TAG, "Unable to get AuthType for softap config: " + e.getMessage());
364 if (authType == KeyMgmt.NONE)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/sms/
ApnsXmlProcessor.java 61 APN_ATTRIBUTE_MAP.put("authtype", Telephony.Carriers.AUTH_TYPE);
247 final String authType = apnValues.getAsString(Telephony.Carriers.AUTH_TYPE);
248 if (authType != null) {
249 apnValues.put(Telephony.Carriers.AUTH_TYPE, parseInt(authType, -1, "apn authtype"));
  /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/common/src/main/java/org/conscrypt/
ConscryptFileDescriptorSocket.java 406 String authType = peerCertChain[0].getPublicKey().getAlgorithm();
407 Platform.checkClientTrusted(x509tm, peerCertChain, authType, this);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java 66 public final int authType;
157 String user, String password, int authType, String[] types,
173 this.authType = authType;
203 String user, String password, int authType, String[] types,
209 authType, types, protocol, roamingProtocol, carrierEnabled, networkTypeBitmask,
217 String user, String password, int authType, String[] types,
233 this.authType = authType;
261 apn.mmsPort, apn.user, apn.password, apn.authType, apn.types, apn.protocol
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
HandshakeCompletedEventTest.java 561 private String authType;
563 public void checkClientTrusted(X509Certificate[] chain, String authType) {
565 this.authType = authType;
568 public void checkServerTrusted(X509Certificate[] chain, String authType) {
570 this.authType = authType;
582 return authType;
586 java.security.cert.X509Certificate[] chain, String authType)
592 java.security.cert.X509Certificate[] chain, String authType)
    [all...]
  /frameworks/base/telephony/java/android/telephony/data/
ApnSetting.java 127 public @interface AuthType {}
436 @AuthType
571 int mmsPort, String user, String password, int authType, int mApnTypeBitmask,
587 .setAuthType(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;
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/mockwebserver/2.7.4/
mockwebserver-2.7.4.jar 
  /hardware/ril/include/telephony/
ril.h 7118 int authtype; \/* authentication protocol used for this PDP context member in struct:__anon52794
7130 int authtype; \/* authentication protocol used for this PDP context member in struct:__anon52795
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-api-gateway/1.11.18/
aws-java-sdk-api-gateway-1.11.18.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.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 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar 

Completed in 1341 milliseconds

1 2 3