/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/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DataProfile.java | 37 public final int authType; field in DataProfile 56 DataProfile(int profileId, String apn, String protocol, int authType, in DataProfile()
|
D | ApnSetting.java | 58 public final int authType; field in ApnSetting 130 String user, String password, int authType, String[] types, in ApnSetting() 222 int authType; in fromString() local
|
D | DataConnection.java | 472 int authType = mApnSetting.authType; in onConnect() local
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiApConfigStore.java | 144 int authType = in.readInt(); in loadApConfiguration() local 175 int authType = config.getAuthType(); in writeApConfiguration() 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 | 229 public void checkClientTrusted(X509Certificate[] chain, String authType) in checkClientTrusted() 235 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 | 379 public String getIccSimChallengeResponse(int subId, int appType, int authType, String data) in getIccSimChallengeResponse()
|
D | TelephonyEventLog.java | 341 String user, String password, int authType, String protocol) { in writeRilSetupDataCall()
|
D | CommandsInterface.java | 1617 String apn, String user, String password, int authType, in setupDataCall() 1771 public void setInitialAttachApn(String apn, String protocol, int authType, String username, in setInitialAttachApn()
|
D | RIL.java | 1630 String user, String password, int authType, String protocol, in setupDataCall() 4809 public void setInitialAttachApn(String apn, String protocol, int authType, String username, in setInitialAttachApn()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 260 String apn, String user, String password, int authType, in setupDataCall() 564 public void setInitialAttachApn(String apn, String protocol, int authType, String username, in setInitialAttachApn()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 259 String apn, String user, String password, int authType, in setupDataCall() 563 public void setInitialAttachApn(String apn, String protocol, int authType, String username, in setInitialAttachApn()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommands.java | 1090 String apn, String user, String password, int authType, in setupDataCall() 1840 public void setInitialAttachApn(String apn, String protocol, int authType, String username, in setInitialAttachApn()
|
D | SimulatedCommandsVerifier.java | 1145 String password, int authType, String protocol, Message result) { in setupDataCall() 1221 public void setInitialAttachApn(String apn, String protocol, int authType, String username, in setInitialAttachApn()
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 3725 public String getIccAuthentication(int appType, int authType, String data) { in getIccAuthentication() 3746 public String getIccAuthentication(int subId, int appType, int authType, String data) { in getIccAuthentication()
|