Home
last modified time | relevance | path

Searched refs:nextApn (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DRetryManagerTest.java159 ApnSetting nextApn = rm.getNextApnSetting(); in testRetryManagerEmpty() local
160 assertTrue(nextApn == null); in testRetryManagerEmpty()
182 ApnSetting nextApn = rm.getNextApnSetting(); in testRetryManagerOneApnNoRetry() local
183 assertTrue(nextApn.equals(mApn1)); in testRetryManagerOneApnNoRetry()
204 ApnSetting nextApn = rm.getNextApnSetting(); in testRetryManagerOneApnTwoRetries() local
205 assertTrue(nextApn.equals(mApn1)); in testRetryManagerOneApnTwoRetries()
209 nextApn = rm.getNextApnSetting(); in testRetryManagerOneApnTwoRetries()
210 assertTrue(nextApn.equals(mApn1)); in testRetryManagerOneApnTwoRetries()
214 nextApn = rm.getNextApnSetting(); in testRetryManagerOneApnTwoRetries()
215 assertTrue(nextApn.equals(mApn1)); in testRetryManagerOneApnTwoRetries()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java2583 ApnSetting nextApn) { in checkForCompatibleDataConnection() argument
2623 || (apnSetting != null && apnSetting.equals(nextApn))) { in checkForCompatibleDataConnection()