Searched refs:HttpAuthenticationDialog (Results 1 – 2 of 2) sorted by relevance
57 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()
32 public class HttpAuthenticationDialog { class49 public HttpAuthenticationDialog(Context context, String host, String realm) { in HttpAuthenticationDialog() method in HttpAuthenticationDialog