Searched refs:mPacFileUrl (Results 1 – 3 of 3) sorted by relevance
47 private Uri mPacFileUrl; field in ProxyInfo99 mPacFileUrl = Uri.EMPTY; in ProxyInfo()113 mPacFileUrl = pacFileUrl; in ProxyInfo()124 mPacFileUrl = Uri.parse(pacFileUrl); in ProxyInfo()138 mPacFileUrl = pacFileUrl; in ProxyInfo()146 mPacFileUrl = Uri.EMPTY; in ProxyInfo()157 mPacFileUrl = source.mPacFileUrl; in ProxyInfo()161 mPacFileUrl = Uri.EMPTY; in ProxyInfo()181 return mPacFileUrl; in getPacFileUrl()254 if (!Uri.EMPTY.equals(mPacFileUrl)) { in toString()[all …]
50 private final Uri mPacFileUrl; field in ProxyInfo114 mPacFileUrl = Uri.EMPTY; in ProxyInfo()129 mPacFileUrl = pacFileUrl; in ProxyInfo()144 mPacFileUrl = pacFileUrl; in ProxyInfo()160 mPacFileUrl = Uri.EMPTY; in ProxyInfo()170 mPacFileUrl = source.mPacFileUrl; in ProxyInfo()178 mPacFileUrl = Uri.EMPTY; in ProxyInfo()198 return mPacFileUrl; in getPacFileUrl()262 if (!Uri.EMPTY.equals(mPacFileUrl)) { in toString()264 sb.append(mPacFileUrl); in toString()[all …]
1180 Landroid/net/ProxyInfo;->mPacFileUrl:Landroid/net/Uri;