Searched refs:mPacFileUrl (Results 1 – 2 of 2) sorted by relevance
52 private final Uri mPacFileUrl; field in ProxyInfo116 mPacFileUrl = Uri.EMPTY; in ProxyInfo()131 mPacFileUrl = pacFileUrl; in ProxyInfo()146 mPacFileUrl = pacFileUrl; in ProxyInfo()162 mPacFileUrl = Uri.EMPTY; in ProxyInfo()172 mPacFileUrl = source.mPacFileUrl; in ProxyInfo()180 mPacFileUrl = Uri.EMPTY; in ProxyInfo()200 return mPacFileUrl; in getPacFileUrl()240 if (!Uri.EMPTY.equals(mPacFileUrl)) return true; in isValid()266 return !Uri.EMPTY.equals(mPacFileUrl); in isPacProxy()[all …]
1180 Landroid/net/ProxyInfo;->mPacFileUrl:Landroid/net/Uri;