Searched refs:mAuthInfo (Results 1 – 2 of 2) sorted by relevance
59 private String mAuthInfo; field in WebAddress87 mAuthInfo = ""; in WebAddress()95 if (t != null) mAuthInfo = t; in WebAddress()145 if (mAuthInfo.length() > 0) { in toString()146 authInfo = mAuthInfo + "@"; in toString()200 mAuthInfo = authInfo; in setAuthInfo()206 return mAuthInfo; in getAuthInfo()
33700 Landroid/net/WebAddress;->mAuthInfo:Ljava/lang/String;