Searched refs:mAuthInfo (Results 1 – 1 of 1) sorted by relevance
45 private String mAuthInfo; field in WebAddress73 mAuthInfo = ""; in WebAddress()81 if (t != null) mAuthInfo = t; in WebAddress()130 if (mAuthInfo.length() > 0) { in toString()131 authInfo = mAuthInfo + "@"; in toString()170 mAuthInfo = authInfo; in setAuthInfo()174 return mAuthInfo; in getAuthInfo()