Searched refs:connService (Results 1 – 4 of 4) sorted by relevance
250 NetworkMisc misc, NetworkRequest defaultRequest, ConnectivityService connService) { in NetworkAgentInfo() argument258 mConnService = connService; in NetworkAgentInfo()265 public ConnectivityService connService() { in connService() method in NetworkAgentInfo
295 mNetwork.connService().handleUpdateLinkProperties(mNetwork, lp); in handleInterfaceLinkStateChanged()318 mNetwork.connService().handleUpdateLinkProperties(mNetwork, lp); in handleInterfaceRemoved()
96 ConnectivityService connService, Vpn vpn, VpnProfile profile) { in LockdownVpnTracker() argument99 mConnService = Preconditions.checkNotNull(connService); in LockdownVpnTracker()
80 when(mNai.connService()).thenReturn(mConnectivity); in setUp()