Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java3093 public void notifyDataStallSuspected(DataStallReportParcelable p) { in notifyDataStallSuspected() method in ConnectivityService.NetworkMonitorCallbacks
3094 ConnectivityService.this.notifyDataStallSuspected(p, mNetId); in notifyDataStallSuspected()
3108 private void notifyDataStallSuspected(DataStallReportParcelable p, int netId) { in notifyDataStallSuspected() method in ConnectivityService
8227 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()
7343 mCellNetworkAgent.notifyDataStallSuspected(); in testConnectivityDiagnosticsCallbackOnDataStallSuspected()