Home
last modified time | relevance | path

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

/aosp12/packages/modules/NetworkStack/src/com/android/server/connectivity/
H A DNetworkMonitor.java807 private void notifyDataStallSuspected(@NonNull DataStallReportParcelable p) { in notifyDataStallSuspected() method in NetworkMonitor
/aosp12/packages/modules/Connectivity/service/src/com/android/server/
H A DConnectivityService.java3659 public void notifyDataStallSuspected(DataStallReportParcelable p) { in notifyDataStallSuspected() method in ConnectivityService.NetworkMonitorCallbacks
3674 private void notifyDataStallSuspected(DataStallReportParcelable p, int netId) { in notifyDataStallSuspected() method in ConnectivityService
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DConnectivityServiceTest.java1076 void notifyDataStallSuspected() throws Exception { in notifyDataStallSuspected() method in ConnectivityServiceTest.TestNetworkAgentWrapper