Searched refs:notifyDataStallSuspected (Results 1 – 2 of 2) sorted by relevance
3093 public void notifyDataStallSuspected(DataStallReportParcelable p) { in notifyDataStallSuspected() method in ConnectivityService.NetworkMonitorCallbacks3094 ConnectivityService.this.notifyDataStallSuspected(p, mNetId); in notifyDataStallSuspected()3108 private void notifyDataStallSuspected(DataStallReportParcelable p, int netId) { in notifyDataStallSuspected() method in ConnectivityService8227 notifyDataStallSuspected(p, network.netId); in simulateDataStall()
843 void notifyDataStallSuspected() throws Exception { in notifyDataStallSuspected() method in ConnectivityServiceTest.TestNetworkAgentWrapper847 mNmCallbacks.notifyDataStallSuspected(p); in notifyDataStallSuspected()7343 mCellNetworkAgent.notifyDataStallSuspected(); in testConnectivityDiagnosticsCallbackOnDataStallSuspected()