Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/networkstack/
DNetworkStackNotifier.java66 private final NetworkInformationShim mInfoShim = NetworkInformationShimImpl.newInstance(); field in NetworkStackNotifier
180 return mInfoShim.getCaptivePortalData(status.mLinkProperties); in getCaptivePortalData()
184 return mInfoShim.getSsid(status.mNetworkCapabilities); in getSsid()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java590 private final NetworkInformationShim mInfoShim = NetworkInformationShimImpl.newInstance(); field in NetworkMonitor
1226 && !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()