HomeSort by relevance Sort by last modified time
    Searched defs:mRetryManager (Results 1 - 8 of 8) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnContext.java 99 private final RetryManager mRetryManager;
120 mRetryManager = new RetryManager(phone, apnType);
202 mRetryManager.setWaitingApns(waitingApns);
211 return mRetryManager.getNextApnSetting();
220 mRetryManager.setModemSuggestedDelay(delay);
230 return mRetryManager.getDelayForNextApn(failFastEnabled || isFastRetryReason());
238 mRetryManager.markApnPermanentFailed(apn);
246 return mRetryManager.getWaitingApns();
280 if (mRetryManager.getWaitingApns() != null) {
281 mRetryManager.getWaitingApns().clear(); // when teardown the connection and set to IDL
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 53 milliseconds