Searched refs:resetRetryCount (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRetryManager.java157 resetRetryCount();
185 resetRetryCount();
332 public void resetRetryCount() { method in class:RetryManager
334 if (DBG) log("resetRetryCount: " + mRetryCount);
H A DDataConnection.java478 * resetRetryCount of retry manager
480 public void resetRetryCount() { method in class:DataConnection
481 mRetryMgr.resetRetryCount();
H A DDataConnectionTracker.java1144 dc.resetRetryCount();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaDataConnectionTracker.java406 mDataConnections.get(0).resetRetryCount();
585 mDataConnections.get(0).resetRetryCount();
696 mDataConnections.get(0).resetRetryCount();
759 mDataConnections.get(0).resetRetryCount();
777 mDataConnections.get(0).resetRetryCount();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTelephonyUtilsTest.java213 rm.resetRetryCount();

Completed in 359 milliseconds