Searched refs:setRetryCount (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DApnContext.java69 setRetryCount(0);
188 public synchronized void setRetryCount(int retryCount) { method in class:ApnContext
190 log("setRetryCount: " + retryCount);
195 dc.setRetryCount(retryCount);
H A DRetryManager.java308 public void setRetryCount(int count) { method in class:RetryManager
318 if (DBG) log("setRetryCount: " + mRetryCount);
H A DDataConnection.java451 public void setRetryCount(int retryCount) { method in class:DataConnection
452 if (DBG) log("setRetryCount: " + retryCount);
453 mRetryMgr.setRetryCount(retryCount);
H A DDataConnectionTracker.java1141 ac.setRetryCount(0);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTelephonyUtilsTest.java45 rm.setRetryCount(123);
57 rm.setRetryCount(2);
85 rm.setRetryCount(0);
204 rm.setRetryCount(1);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmDataConnectionTracker.java146 apnContext.setRetryCount(retryCount);
1383 apnContext.setRetryCount(0);
1460 apnContext.setRetryCount(0);
2110 dc.setRetryCount(retryCount);

Completed in 6139 milliseconds