Searched refs:notifyDataStallSuspected (Results 1 – 3 of 3) sorted by relevance
3101 public void notifyDataStallSuspected(DataStallReportParcelable p) { in notifyDataStallSuspected() method in ConnectivityService.NetworkMonitorCallbacks3102 ConnectivityService.this.notifyDataStallSuspected(p, mNetId); in notifyDataStallSuspected()3116 private void notifyDataStallSuspected(DataStallReportParcelable p, int netId) { in notifyDataStallSuspected() method in ConnectivityService8242 notifyDataStallSuspected(p, network.netId); in simulateDataStall()
843 void notifyDataStallSuspected() throws Exception { in notifyDataStallSuspected() method in ConnectivityServiceTest.TestNetworkAgentWrapper847 mNmCallbacks.notifyDataStallSuspected(p); in notifyDataStallSuspected()7335 mCellNetworkAgent.notifyDataStallSuspected(); in testConnectivityDiagnosticsCallbackOnDataStallSuspected()
1773 HPLcom/android/server/ConnectivityService$NetworkMonitorCallbacks;->notifyDataStallSuspected(Landro…