Home
last modified time | relevance | path

Searched defs:networkAgent (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java1319 public WifiAwareNetworkAgent networkAgent; field in WifiAwareDataPathStateManager.AwareNetworkRequestInformation
1690 public void setConnected(WifiAwareNetworkAgent networkAgent) { in setConnected()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkAgentInfo.java332 public final INetworkAgent networkAgent; field in NetworkAgentInfo
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java6866 private void updateLinkProperties(NetworkAgentInfo networkAgent, @NonNull LinkProperties newLp, in updateLinkProperties()
7631 private void sendPendingIntentForRequest(NetworkRequestInfo nri, NetworkAgentInfo networkAgent, in sendPendingIntentForRequest()
7679 @NonNull final NetworkAgentInfo networkAgent, final int notificationType, in callCallbackForRequest()
8462 private void updateNetworkInfo(NetworkAgentInfo networkAgent, NetworkInfo info) { in updateNetworkInfo()
8718 protected void notifyNetworkCallbacks(NetworkAgentInfo networkAgent, int notifyType, int arg1) { in notifyNetworkCallbacks()
8735 protected void notifyNetworkCallbacks(NetworkAgentInfo networkAgent, int notifyType) { in notifyNetworkCallbacks()
9653 private void setupDataActivityTracking(NetworkAgentInfo networkAgent) { in setupDataActivityTracking()
9696 private void removeDataActivityTracking(NetworkAgentInfo networkAgent) { in removeDataActivityTracking()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareDataPathStateManagerTest.java1521 WifiAwareNetworkAgent networkAgent = null; in testDataPathInitiatorUtilityMore() local
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java6194 TestNetworkAgentWrapper networkAgent = new TestNetworkAgentWrapper(TRANSPORT_WIFI, lp); in testLinkPropertiesEnsuresDirectlyConnectedRoutes() local