Searched defs:realm (Results 1 – 10 of 10) sorted by relevance
| /frameworks/base/obex/javax/obex/ |
| D | ObexSession.java | 80 String realm = null; in handleAuthChall() local
|
| D | HeaderSet.java | 624 public void createAuthenticationChallenge(String realm, boolean userID, boolean access) in createAuthenticationChallenge()
|
| D | ObexHelper.java | 953 public static byte[] computeAuthenticationChallenge(byte[] nonce, String realm, boolean access, in computeAuthenticationChallenge()
|
| /frameworks/base/core/java/android/webkit/ |
| D | WebViewClient.java | 268 HttpAuthHandler handler, String host, String realm) { in onReceivedHttpAuthRequest() 358 public void onReceivedLoginRequest(WebView view, String realm, in onReceivedLoginRequest()
|
| D | WebViewProvider.java | 85 public void setHttpAuthUsernamePassword(String host, String realm, in setHttpAuthUsernamePassword() 88 public String[] getHttpAuthUsernamePassword(String host, String realm); in getHttpAuthUsernamePassword()
|
| D | WebView.java | 667 public void setHttpAuthUsernamePassword(String host, String realm, in setHttpAuthUsernamePassword() 688 public String[] getHttpAuthUsernamePassword(String host, String realm) { in getHttpAuthUsernamePassword()
|
| /frameworks/base/tools/layoutlib/bridge/src/android/webkit/ |
| D | WebView.java | 85 public void setHttpAuthUsernamePassword(String host, String realm, in setHttpAuthUsernamePassword() 89 public String[] getHttpAuthUsernamePassword(String host, String realm) { in getHttpAuthUsernamePassword()
|
| /frameworks/base/core/java/android/net/http/ |
| D | RequestHandle.java | 239 String realm, in setupDigestAuthResponse() 298 String realm, in computeDigestAuthResponse()
|
| /frameworks/webview/chromium/java/com/android/webview/chromium/ |
| D | WebViewContentsClientAdapter.java | 753 public void onReceivedHttpAuthRequest(AwHttpAuthHandler handler, String host, String realm) { in onReceivedHttpAuthRequest() 848 public void onReceivedLoginRequest(String realm, String account, String args) { in onReceivedLoginRequest()
|
| /frameworks/opt/net/voip/src/java/com/android/server/sip/ |
| D | SipSessionGroup.java | 1006 String realm = getRealmFromResponse(response); in crossDomainAuthenticationRequired() local
|