Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java1186 public WifiAwareNetworkAgent networkAgent; field in WifiAwareDataPathStateManager.AwareNetworkRequestInformation
1559 public void setConnected(WifiAwareNetworkAgent networkAgent) { in setConnected()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java2333 private void setupDataActivityTracking(NetworkAgentInfo networkAgent) { in setupDataActivityTracking()
2368 private void removeDataActivityTracking(NetworkAgentInfo networkAgent) { in removeDataActivityTracking()
3395 private boolean createNativeNetwork(@NonNull NetworkAgentInfo networkAgent) { in createNativeNetwork()
3417 private void destroyNativeNetwork(@NonNull NetworkAgentInfo networkAgent) { in destroyNativeNetwork()
5965 private void updateLinkProperties(NetworkAgentInfo networkAgent, LinkProperties newLp, in updateLinkProperties()
6550 private void sendPendingIntentForRequest(NetworkRequestInfo nri, NetworkAgentInfo networkAgent, in sendPendingIntentForRequest()
6586 NetworkAgentInfo networkAgent, int notificationType, int arg1) { in callCallbackForRequest()
7149 private void updateNetworkInfo(NetworkAgentInfo networkAgent, NetworkInfo info) { in updateNetworkInfo()
7393 protected void notifyNetworkCallbacks(NetworkAgentInfo networkAgent, int notifyType, int arg1) { in notifyNetworkCallbacks()
7410 protected void notifyNetworkCallbacks(NetworkAgentInfo networkAgent, int notifyType) { in notifyNetworkCallbacks()
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java4736 TestNetworkAgentWrapper networkAgent = new TestNetworkAgentWrapper(TRANSPORT_WIFI, lp); in testLinkPropertiesEnsuresDirectlyConnectedRoutes() local