Searched refs:connService (Results 1 – 4 of 4) sorted by relevance
89 @NonNull ConnectivityService connService, in LockdownVpnTracker() argument94 mConnService = Objects.requireNonNull(connService); in LockdownVpnTracker()
289 mNetwork.connService().handleUpdateLinkProperties(mNetwork, lp); in stop()491 mNetwork.connService().handleUpdateLinkProperties(mNetwork, lp); in handleInterfaceLinkStateChanged()
106 when(mNai.connService()).thenReturn(mConnectivity);
12738 PLcom/android/server/connectivity/NetworkAgentInfo;->connService()Lcom/android/server/ConnectivityS…