Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/
DHttpAuthenticationDialog.java37 private final String mRealm; field in HttpAuthenticationDialog
52 mRealm = realm; in HttpAuthenticationDialog()
127 "%s1", mHost).replace("%s2", mRealm); in createDialog()
136 mOkListener.onOk(mHost, mRealm, getUsername(), getPassword()); in createDialog()