HomeSort by relevance Sort by last modified time
    Searched refs:HttpAuthenticationDialog (Results 1 - 2 of 2) sorted by null

  /packages/apps/Browser/src/com/android/browser/
HttpAuthenticationDialog.java 32 public class HttpAuthenticationDialog {
49 public HttpAuthenticationDialog(Context context, String host, String realm) {
PageDialogsHandler.java 57 private HttpAuthenticationDialog mHttpAuthenticationDialog;
90 mHttpAuthenticationDialog = new HttpAuthenticationDialog(mContext, host, realm);
91 mHttpAuthenticationDialog.setOkListener(new HttpAuthenticationDialog.OkListener() {
98 mHttpAuthenticationDialog.setCancelListener(new HttpAuthenticationDialog.CancelListener() {

Completed in 376 milliseconds