Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/net/
H A DWebAddress.java59 private String mAuthInfo; field in WebAddress
87 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt33700 Landroid/net/WebAddress;->mAuthInfo:Ljava/lang/String;