Home
last modified time | relevance | path

Searched refs:HttpAuthenticationDialog (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
DPageDialogsHandler.java57 private HttpAuthenticationDialog mHttpAuthenticationDialog;
90 mHttpAuthenticationDialog = new HttpAuthenticationDialog(mContext, host, realm); in showHttpAuthentication()
91 mHttpAuthenticationDialog.setOkListener(new HttpAuthenticationDialog.OkListener() { in showHttpAuthentication()
98 mHttpAuthenticationDialog.setCancelListener(new HttpAuthenticationDialog.CancelListener() { in showHttpAuthentication()
DHttpAuthenticationDialog.java32 public class HttpAuthenticationDialog { class
49 public HttpAuthenticationDialog(Context context, String host, String realm) { in HttpAuthenticationDialog() method in HttpAuthenticationDialog