Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java1373 void notifyDataStallSuspected() throws Exception { in notifyDataStallSuspected() method in ConnectivityServiceTest.TestNetworkAgentWrapper
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java924 private void notifyDataStallSuspected(@NonNull DataStallReportParcelable p) { in notifyDataStallSuspected() method in NetworkMonitor