Home
last modified time | relevance | path

Searched refs:connService (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNat464Xlat.java312 mNetwork.connService().handleUpdateLinkProperties(mNetwork, lp); in stop()
519 mNetwork.connService().handleUpdateLinkProperties(mNetwork, lp); in handleInterfaceLinkStateChanged()
DNetworkAgentInfo.java635 Handler handler, NetworkAgentConfig config, ConnectivityService connService, INetd netd, in NetworkAgentInfo() argument
653 mConnService = connService; in NetworkAgentInfo()
1054 public ConnectivityService connService() { in connService() method in NetworkAgentInfo
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DNat464XlatTest.java135 when(mNai.connService()).thenReturn(mConnectivity);