HomeSort by relevance Sort by last modified time
    Searched refs:markApnPermanentFailed (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
RetryManagerTest.java 402 rm.markApnPermanentFailed(apn);
442 rm.markApnPermanentFailed(myApn1);
496 rm.markApnPermanentFailed(myApn2);
558 rm.markApnPermanentFailed(myApn1);
570 rm.markApnPermanentFailed(myApn2);
826 rm.markApnPermanentFailed(myApn1);
838 rm.markApnPermanentFailed(myApn2);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnContext.java 237 public void markApnPermanentFailed(ApnSetting apn) {
238 mRetryManager.markApnPermanentFailed(apn);
DcTracker.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RetryManager.java 595 public void markApnPermanentFailed(ApnSetting apn) {

Completed in 105 milliseconds