Searched defs:networkAgent (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
H A D | WifiAwareDataPathStateManager.java | 1319 public WifiAwareNetworkAgent networkAgent; field in WifiAwareDataPathStateManager.AwareNetworkRequestInformation 1690 public void setConnected(WifiAwareNetworkAgent networkAgent) { in setConnected()
|
/aosp12/packages/modules/Connectivity/services/core/java/com/android/server/ |
H A D | ConnectivityService.java | 2495 private void setupDataActivityTracking(NetworkAgentInfo networkAgent) { in setupDataActivityTracking() 2531 private void removeDataActivityTracking(NetworkAgentInfo networkAgent) { in removeDataActivityTracking() 5540 private void updateLinkProperties(NetworkAgentInfo networkAgent, LinkProperties oldLp) { in updateLinkProperties() 5674 private void updateCapabilities(NetworkAgentInfo networkAgent, in updateCapabilities() 5690 NetworkAgentInfo networkAgent, int notificationType) { in callCallbackForRequest() 5890 private void updateNetworkInfo(NetworkAgentInfo networkAgent, NetworkInfo newInfo) { in updateNetworkInfo() 6010 protected void notifyNetworkCallbacks(NetworkAgentInfo networkAgent, int notifyType) { in notifyNetworkCallbacks()
|
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
H A D | NetworkAgentInfo.java | 332 public final INetworkAgent networkAgent; field in NetworkAgentInfo
|
/aosp12/packages/modules/Connectivity/service/src/com/android/server/ |
H A D | ConnectivityService.java | 6887 private void updateLinkProperties(NetworkAgentInfo networkAgent, @NonNull LinkProperties newLp, in updateLinkProperties() 7652 private void sendPendingIntentForRequest(NetworkRequestInfo nri, NetworkAgentInfo networkAgent, in sendPendingIntentForRequest() 7700 @NonNull final NetworkAgentInfo networkAgent, final int notificationType, in callCallbackForRequest() 8483 private void updateNetworkInfo(NetworkAgentInfo networkAgent, NetworkInfo info) { in updateNetworkInfo() 8739 protected void notifyNetworkCallbacks(NetworkAgentInfo networkAgent, int notifyType, int arg1) { in notifyNetworkCallbacks() 8756 protected void notifyNetworkCallbacks(NetworkAgentInfo networkAgent, int notifyType) { in notifyNetworkCallbacks() 9674 private void setupDataActivityTracking(NetworkAgentInfo networkAgent) { in setupDataActivityTracking() 9717 private void removeDataActivityTracking(NetworkAgentInfo networkAgent) { in removeDataActivityTracking()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
H A D | WifiAwareDataPathStateManagerTest.java | 1521 WifiAwareNetworkAgent networkAgent = null; in testDataPathInitiatorUtilityMore() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/vcn/ |
H A D | VcnGatewayConnection.java | 2323 void setNetworkAgent(@Nullable VcnNetworkAgent networkAgent) { in setNetworkAgent()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
H A D | DataConnection.java | 655 final DcNetworkAgent networkAgent = mNetworkAgent; in syncQosToNetworkAgent() local
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
H A D | ConnectivityServiceTest.java | 6194 TestNetworkAgentWrapper networkAgent = new TestNetworkAgentWrapper(TRANSPORT_WIFI, lp); in testLinkPropertiesEnsuresDirectlyConnectedRoutes() local
|