Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiScoreReport.java147 public void calculateAndReportScore(WifiInfo wifiInfo, NetworkAgent networkAgent, in calculateAndReportScore()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java1652 private void setupDataActivityTracking(NetworkAgentInfo networkAgent) { in setupDataActivityTracking()
1688 private void removeDataActivityTracking(NetworkAgentInfo networkAgent) { in removeDataActivityTracking()
4348 private void updateLinkProperties(NetworkAgentInfo networkAgent, LinkProperties oldLp) { in updateLinkProperties()
4607 private void sendPendingIntentForRequest(NetworkRequestInfo nri, NetworkAgentInfo networkAgent, in sendPendingIntentForRequest()
4643 NetworkAgentInfo networkAgent, int notificationType, int arg1) { in callCallbackForRequest()
5095 private void updateNetworkInfo(NetworkAgentInfo networkAgent, NetworkInfo newInfo) { in updateNetworkInfo()
5292 protected void notifyNetworkCallbacks(NetworkAgentInfo networkAgent, int notifyType, int arg1) { in notifyNetworkCallbacks()
5308 protected void notifyNetworkCallbacks(NetworkAgentInfo networkAgent, int notifyType) { in notifyNetworkCallbacks()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java817 public WifiAwareNetworkAgent networkAgent; field in WifiAwareDataPathStateManager.AwareNetworkRequestInformation
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java713 private void agentDisconnect(NetworkAgent networkAgent) { in agentDisconnect()