Searched refs:realm (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
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 DDeviceAccountLogin.java59 public void handleLogin(String realm, String account, String args) { argument
60 mAccounts = mAccountManager.getAccountsByType(realm);
H A DWebViewController.java73 final String host, final String realm);
72 onReceivedHttpAuthRequest(Tab tab, WebView view, final HttpAuthHandler handler, final String host, final String realm) argument
H A DPreloadController.java150 String realm) {
148 onReceivedHttpAuthRequest(Tab tab, WebView view, HttpAuthHandler handler, String host, String realm) argument
H A DTab.java869 * @param realm The realm
874 final String realm) {
875 mWebViewController.onReceivedHttpAuthRequest(Tab.this, view, handler, host, realm);
903 public void onReceivedLoginRequest(WebView view, String realm,
906 .handleLogin(realm, account, args);
1335 HttpAuthHandler handler, String host, String realm) {
1336 mClient.onReceivedHttpAuthRequest(view, handler, host, realm);
1334 onReceivedHttpAuthRequest(WebView view, HttpAuthHandler handler, String host, String realm) argument
H A DController.java975 final String realm) {
983 String[] credentials = view.getHttpAuthUsernamePassword(host, realm);
994 mPageDialogsHandler.showHttpAuthentication(tab, handler, host, realm);
973 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.java114 HttpAuthHandler handler, String host, String realm) {
115 mWrappedClient.onReceivedHttpAuthRequest(view, handler, host, realm);
113 onReceivedHttpAuthRequest(WebView view, HttpAuthHandler handler, String host, String realm) argument
H A DPopularUrlsTest.java244 String host, String realm) {

Completed in 123 milliseconds