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.java176 ArrayList<ApnSetting> waitingApns = new ArrayList<ApnSetting>(); in testRetryManagerOneApnNoRetry() local
198 ArrayList<ApnSetting> waitingApns = new ArrayList<ApnSetting>(); in testRetryManagerOneApnTwoRetries() local
252 ArrayList<ApnSetting> waitingApns = new ArrayList<ApnSetting>(); in testRetryManagerTwoApnsOneRetry() local
290 ArrayList<ApnSetting> waitingApns = new ArrayList<ApnSetting>(); in testRetryManagerTwoApnsTwoRetries() local
338 ArrayList<ApnSetting> waitingApns = new ArrayList<ApnSetting>(); in testRetryManagerTwoMmsApnsTwoRetries() local
386 ArrayList<ApnSetting> waitingApns = new ArrayList<ApnSetting>(); in testRetryManagerApnPermanentFailed() local
419 ArrayList<ApnSetting> waitingApns = new ArrayList<ApnSetting>(); in testRetryManagerApnPermanentFailedWithTwoApns() local
476 ArrayList<ApnSetting> waitingApns = new ArrayList<ApnSetting>(); in testRetryManagerApnPermanentFailedWithThreeApns() local
535 ArrayList<ApnSetting> waitingApns = new ArrayList<ApnSetting>(); in testRetryManagerApnPermanentFailedAll() local
590 ArrayList<ApnSetting> waitingApns = new ArrayList<ApnSetting>(); in testRetryManagerDelayWithRandomization() local
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRetryManager.java666 public void setWaitingApns(ArrayList<ApnSetting> waitingApns) { in setWaitingApns()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DApnContext.java225 public synchronized void setWaitingApns(ArrayList<ApnSetting> waitingApns) { in setWaitingApns()
DDcTracker.java1678 ArrayList<ApnSetting> waitingApns = in trySetupData() local
4821 ArrayList<ApnSetting> waitingApns = buildWaitingApns( in cleanUpConnectionsOnUpdatedApns() local