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 503 DctConstants.State apnContextState = apnContext.getState();
505 log("onActionIntentReconnectAlarm: apnContext state=" + apnContextState);
507 if ((apnContextState == DctConstants.State.FAILED)
508 || (apnContextState == DctConstants.State.IDLE)) {
    [all...]
DcTracker.java 471 DctConstants.State apnContextState = apnContext.getState();
473 (apnContextState == DctConstants.State.FAILED));
482 "apnTypePossible=%b apnContextisEnabled=%b apnContextState()=%s",
484 apnContextIsEnabled, apnContextState));
    [all...]

Completed in 131 milliseconds