Searched defs:realm (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Browser/src/com/android/browser/ |
D | HttpAuthenticationDialog.java | 49 public HttpAuthenticationDialog(Context context, String host, String realm) { in HttpAuthenticationDialog() 157 void onOk(String host, String realm, String username, String password); in onOk()
|
D | PageDialogsHandler.java | 89 …d showHttpAuthentication(final Tab tab, final HttpAuthHandler handler, String host, String realm) { in showHttpAuthentication() 117 public void setHttpAuthUsernamePassword(String host, String realm, in setHttpAuthUsernamePassword()
|
D | DeviceAccountLogin.java | 59 public void handleLogin(String realm, String account, String args) { in handleLogin()
|
D | WebViewController.java | 74 final String host, final String realm); in onReceivedHttpAuthRequest()
|
D | PreloadController.java | 150 String realm) { in onReceivedHttpAuthRequest()
|
D | Tab.java | 1066 HttpAuthHandler handler, String host, String realm) { in onReceivedHttpAuthRequest()
|
D | Controller.java | 1010 final String realm) { in onReceivedHttpAuthRequest()
|
/packages/apps/Browser/tests/src/com/android/browser/ |
D | TestWebViewClient.java | 106 HttpAuthHandler handler, String host, String realm) { in onReceivedHttpAuthRequest()
|