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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java 447 DctConstants.State apnContextState = apnContext.getState();
449 log("onActionIntentReconnectAlarm: apnContext state=" + apnContextState);
451 if ((apnContextState == DctConstants.State.FAILED)
452 || (apnContextState == DctConstants.State.IDLE)) {
    [all...]
DcTracker.java 209 DctConstants.State apnContextState = apnContext.getState();
211 (apnContextState == DctConstants.State.FAILED));
217 "apnTypePossible=%b apnContextisEnabled=%b apnContextState()=%s",
219 apnContextIsEnabled, apnContextState));
    [all...]

Completed in 24 milliseconds