Home
last modified time | relevance | path

Searched refs:getDelayForNextApn (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DRetryManagerTest.java153 long delay = rm.getDelayForNextApn(false); in testRetryManagerEmpty()
158 delay = rm.getDelayForNextApn(false); in testRetryManagerEmpty()
181 long delay = rm.getDelayForNextApn(false); in testRetryManagerOneApnNoRetry()
203 long delay = rm.getDelayForNextApn(false); in testRetryManagerOneApnTwoRetries()
208 delay = rm.getDelayForNextApn(false); in testRetryManagerOneApnTwoRetries()
213 delay = rm.getDelayForNextApn(false); in testRetryManagerOneApnTwoRetries()
220 delay = rm.getDelayForNextApn(false); in testRetryManagerOneApnTwoRetries()
225 delay = rm.getDelayForNextApn(false); in testRetryManagerOneApnTwoRetries()
230 delay = rm.getDelayForNextApn(false); in testRetryManagerOneApnTwoRetries()
235 delay = rm.getDelayForNextApn(false); in testRetryManagerOneApnTwoRetries()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DApnContext.java238 public long getDelayForNextApn(boolean failFastEnabled) { in getDelayForNextApn() method in ApnContext
239 return mRetryManager.getDelayForNextApn(failFastEnabled || isFastRetryReason()); in getDelayForNextApn()
DDcTracker.java2882 long delay = apnContext.getDelayForNextApn(mFailFast); in onDataSetupCompleteError()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRetryManager.java533 public long getDelayForNextApn(boolean failFastEnabled) { in getDelayForNextApn() method in RetryManager