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

/packages/apps/Browser/src/com/android/browser/
H A DPageDialogsHandler.java57 private HttpAuthenticationDialog mHttpAuthenticationDialog; field in class:PageDialogsHandler
81 if (mHttpAuthenticationDialog != null) {
82 mHttpAuthenticationDialog.reshow();
90 mHttpAuthenticationDialog = new HttpAuthenticationDialog(mContext, host, realm);
91 mHttpAuthenticationDialog.setOkListener(new HttpAuthenticationDialog.OkListener() {
95 mHttpAuthenticationDialog = null;
98 mHttpAuthenticationDialog.setCancelListener(new HttpAuthenticationDialog.CancelListener() {
102 mHttpAuthenticationDialog = null;
105 mHttpAuthenticationDialog.show();

Completed in 52 milliseconds