Home
last modified time | relevance | path

Searched defs:waitingApns (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DRetryManagerTest.java173 ArrayList<ApnSetting> waitingApns = new ArrayList<ApnSetting>(); in testRetryManagerOneApnNoRetry() local
195 ArrayList<ApnSetting> waitingApns = new ArrayList<ApnSetting>(); in testRetryManagerOneApnTwoRetries() local
249 ArrayList<ApnSetting> waitingApns = new ArrayList<ApnSetting>(); in testRetryManagerTwoApnsOneRetry() local
287 ArrayList<ApnSetting> waitingApns = new ArrayList<ApnSetting>(); in testRetryManagerTwoApnsTwoRetries() local
335 ArrayList<ApnSetting> waitingApns = new ArrayList<ApnSetting>(); in testRetryManagerTwoMmsApnsTwoRetries() local
383 ArrayList<ApnSetting> waitingApns = new ArrayList<ApnSetting>(); in testRetryManagerApnPermanentFailed() local
416 ArrayList<ApnSetting> waitingApns = new ArrayList<ApnSetting>(); in testRetryManagerApnPermanentFailedWithTwoApns() local
473 ArrayList<ApnSetting> waitingApns = new ArrayList<ApnSetting>(); in testRetryManagerApnPermanentFailedWithThreeApns() local
532 ArrayList<ApnSetting> waitingApns = new ArrayList<ApnSetting>(); in testRetryManagerApnPermanentFailedAll() local
587 ArrayList<ApnSetting> waitingApns = new ArrayList<ApnSetting>(); in testRetryManagerDelayWithRandomization() local
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRetryManager.java628 public void setWaitingApns(ArrayList<ApnSetting> waitingApns) { in setWaitingApns()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DApnContext.java222 public synchronized void setWaitingApns(ArrayList<ApnSetting> waitingApns) { in setWaitingApns()
DDcTracker.java1541 ArrayList<ApnSetting> waitingApns = in trySetupData() local
4373 ArrayList<ApnSetting> waitingApns = buildWaitingApns( in cleanUpConnectionsOnUpdatedApns() local