/frameworks/base/core/java/android/security/net/config/ |
D | RootTrustManager.java | 51 public void checkClientTrusted(X509Certificate[] chain, String authType) in checkClientTrusted() 60 public void checkClientTrusted(X509Certificate[] certs, String authType, Socket socket) in checkClientTrusted() 69 public void checkClientTrusted(X509Certificate[] certs, String authType, SSLEngine engine) in checkClientTrusted() 78 public void checkServerTrusted(X509Certificate[] certs, String authType, Socket socket) in checkServerTrusted() 96 public void checkServerTrusted(X509Certificate[] certs, String authType, SSLEngine engine) in checkServerTrusted() 108 public void checkServerTrusted(X509Certificate[] certs, String authType) in checkServerTrusted() 124 public List<X509Certificate> checkServerTrusted(X509Certificate[] certs, String authType, in checkServerTrusted()
|
D | NetworkSecurityTrustManager.java | 67 public void checkClientTrusted(X509Certificate[] chain, String authType) in checkClientTrusted() 73 public void checkClientTrusted(X509Certificate[] certs, String authType, Socket socket) in checkClientTrusted() 79 public void checkClientTrusted(X509Certificate[] certs, String authType, SSLEngine engine) in checkClientTrusted() 85 public void checkServerTrusted(X509Certificate[] certs, String authType) in checkServerTrusted() 91 public void checkServerTrusted(X509Certificate[] certs, String authType, Socket socket) in checkServerTrusted() 99 public void checkServerTrusted(X509Certificate[] certs, String authType, SSLEngine engine) in checkServerTrusted() 111 public List<X509Certificate> checkServerTrusted(X509Certificate[] certs, String authType, in checkServerTrusted()
|
/frameworks/base/core/tests/coretests/src/android/net/http/ |
D | X509TrustManagerExtensionsTest.java | 34 public void checkClientTrusted(X509Certificate[] chain, String authType) {} in checkClientTrusted() 36 public void checkServerTrusted(X509Certificate[] chain, String authType) {} in checkServerTrusted()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/ |
D | ExpandedEAPMethod.java | 42 public ExpandedEAPMethod(int authType, int vendorID, long vendorType) { in ExpandedEAPMethod() 71 int authType = inner ? AuthParam.PARAM_TYPE_EXPANDED_INNER_EAP_METHOD in parse() local
|
D | NonEAPInnerAuth.java | 54 public NonEAPInnerAuth(int authType) { in NonEAPInnerAuth() 71 int authType = payload.get() & 0xFF; in parse() local
|
D | CredentialType.java | 52 public CredentialType(int authType, int credType) { in CredentialType() 73 int authType = tunneled ? AuthParam.PARAM_TYPE_TUNNELED_EAP_METHOD_CREDENTIAL_TYPE in parse() local
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiApConfigStore.java | 148 int authType = in.readInt(); in loadApConfiguration() local 179 int authType = config.getAuthType(); in writeApConfiguration() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DataProfile.java | 39 public final int authType; field in DataProfile 74 DataProfile(int profileId, String apn, String protocol, int authType, in DataProfile()
|
D | ApnSetting.java | 57 public final int authType; field in ApnSetting 118 String user, String password, int authType, String[] types, in ApnSetting() 214 int authType; in fromString() local
|
/frameworks/base/core/java/android/net/http/ |
D | X509TrustManagerExtensions.java | 97 public List<X509Certificate> checkServerTrusted(X509Certificate[] chain, String authType, in checkServerTrusted()
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/ |
D | OSUSocketFactory.java | 232 public void checkClientTrusted(X509Certificate[] chain, String authType) in checkClientTrusted() 238 public void checkServerTrusted(X509Certificate[] chain, String authType) in checkServerTrusted()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | IPhoneSubInfo.aidl | 203 String getIccSimChallengeResponse(int subId, int appType, int authType, String data); in getIccSimChallengeResponse()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneSubInfoController.java | 377 public String getIccSimChallengeResponse(int subId, int appType, int authType, String data) in getIccSimChallengeResponse()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 1015 String apn, int authType, String protocol) { in writeRilSetupDataCall()
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 4386 public String getIccAuthentication(int appType, int authType, String data) { in getIccAuthentication() 4407 public String getIccAuthentication(int subId, int appType, int authType, String data) { in getIccAuthentication()
|