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 482 DctConstants.State apnContextState = apnContext.getState();
484 log("onActionIntentReconnectAlarm: apnContext state=" + apnContextState);
486 if ((apnContextState == DctConstants.State.FAILED)
487 || (apnContextState == DctConstants.State.IDLE)) {
    [all...]
DcTracker.java 214 DctConstants.State apnContextState = apnContext.getState();
216 (apnContextState == DctConstants.State.FAILED));
222 "apnTypePossible=%b apnContextisEnabled=%b apnContextState()=%s",
224 apnContextIsEnabled, apnContextState));
    [all...]

Completed in 470 milliseconds