Searched refs:mInfoShim (Results 1 – 2 of 2) sorted by relevance
66 private final NetworkInformationShim mInfoShim = NetworkInformationShimImpl.newInstance(); field in NetworkStackNotifier180 return mInfoShim.getCaptivePortalData(status.mLinkProperties); in getCaptivePortalData()184 return mInfoShim.getSsid(status.mNetworkCapabilities); in getSsid()
590 private final NetworkInformationShim mInfoShim = NetworkInformationShimImpl.newInstance(); field in NetworkMonitor1226 && !Objects.equals(mInfoShim.getUnderlyingNetworks(newCap), in isVpnUnderlyingNetworkChangeReevaluationRequired()1227 mInfoShim.getUnderlyingNetworks(oldCap)); in isVpnUnderlyingNetworkChangeReevaluationRequired()1472 if (isTermsAndConditionsCaptive(mInfoShim.getCaptivePortalData(mLinkProperties)) in enter()2119 mInfoShim.getCaptivePortalData(mLinkProperties))) { in processMessage()