Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java3101 public void notifyDataStallSuspected(DataStallReportParcelable p) { in notifyDataStallSuspected() method in ConnectivityService.NetworkMonitorCallbacks
3102 ConnectivityService.this.notifyDataStallSuspected(p, mNetId); in notifyDataStallSuspected()
3116 private void notifyDataStallSuspected(DataStallReportParcelable p, int netId) { in notifyDataStallSuspected() method in ConnectivityService
8242 notifyDataStallSuspected(p, network.netId); in simulateDataStall()
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java843 void notifyDataStallSuspected() throws Exception { in notifyDataStallSuspected() method in ConnectivityServiceTest.TestNetworkAgentWrapper
847 mNmCallbacks.notifyDataStallSuspected(p); in notifyDataStallSuspected()
7335 mCellNetworkAgent.notifyDataStallSuspected(); in testConnectivityDiagnosticsCallbackOnDataStallSuspected()
/frameworks/base/services/
Dart-profile1773 HPLcom/android/server/ConnectivityService$NetworkMonitorCallbacks;->notifyDataStallSuspected(Landro…