Searched refs:connService (Results 1 – 5 of 5) sorted by relevance
273 Handler handler, NetworkAgentConfig config, ConnectivityService connService, INetd netd, in NetworkAgentInfo() argument284 mConnService = connService; in NetworkAgentInfo()319 public ConnectivityService connService() { in connService() method in NetworkAgentInfo
289 mNetwork.connService().handleUpdateLinkProperties(mNetwork, lp); in stop()491 mNetwork.connService().handleUpdateLinkProperties(mNetwork, lp); in handleInterfaceLinkStateChanged()
89 @NonNull ConnectivityService connService, in LockdownVpnTracker() argument94 mConnService = Objects.requireNonNull(connService); in LockdownVpnTracker()
106 when(mNai.connService()).thenReturn(mConnectivity);
5507 PLcom/android/server/connectivity/NetworkAgentInfo;->connService()Lcom/android/server/ConnectivityS…