Searched defs:realm (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DDeviceAccountLogin.java59 public void handleLogin(String realm, String account, String args) { argument
60 mAccounts = mAccountManager.getAccountsByType(realm);
H A DHttpAuthenticationDialog.java49 public HttpAuthenticationDialog(Context context, String host, String realm) { argument
52 mRealm = realm;
157 void onOk(String host, String realm, String username, String password); argument
H A DPageDialogsHandler.java89 void showHttpAuthentication(final Tab tab, final HttpAuthHandler handler, String host, String realm) { argument
90 mHttpAuthenticationDialog = new HttpAuthenticationDialog(mContext, host, realm);
92 public void onOk(String host, String realm, String username, String password) {
93 setHttpAuthUsernamePassword(host, realm, username, password);
112 * @param realm The realm for the password
117 public void setHttpAuthUsernamePassword(String host, String realm, argument
122 w.setHttpAuthUsernamePassword(host, realm, username, password);
H A DPreloadController.java150 String realm) {
148 onReceivedHttpAuthRequest(Tab tab, WebView view, HttpAuthHandler handler, String host, String realm) argument
H A DWebViewController.java74 final String host, final String realm);
73 onReceivedHttpAuthRequest(Tab tab, WebView view, final HttpAuthHandler handler, final String host, final String realm) argument
H A DTab.java597 * @param realm The realm
602 final String realm) {
603 mWebViewController.onReceivedHttpAuthRequest(Tab.this, view, handler, host, realm);
651 public void onReceivedLoginRequest(WebView view, String realm,
654 .handleLogin(realm, account, args);
1067 HttpAuthHandler handler, String host, String realm) {
1068 mClient.onReceivedHttpAuthRequest(view, handler, host, realm);
1066 onReceivedHttpAuthRequest(WebView view, HttpAuthHandler handler, String host, String realm) argument
H A DController.java1003 final String realm) {
1011 String[] credentials = view.getHttpAuthUsernamePassword(host, realm);
1022 mPageDialogsHandler.showHttpAuthentication(tab, handler, host, realm);
1001 onReceivedHttpAuthRequest(Tab tab, WebView view, final HttpAuthHandler handler, final String host, final String realm) argument
/packages/apps/Browser/tests/src/com/android/browser/
H A DTestWebViewClient.java106 HttpAuthHandler handler, String host, String realm) {
107 mWrappedClient.onReceivedHttpAuthRequest(view, handler, host, realm);
105 onReceivedHttpAuthRequest(WebView view, HttpAuthHandler handler, String host, String realm) argument

Completed in 175 milliseconds