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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java 233 protected boolean mAutoAttachOnCreation = false;
567 mAutoAttachOnCreation = sp.getBoolean(PhoneBase.DATA_DISABLED_ON_BOOT_KEY, false);
    [all...]
DcTracker.java 553 mAutoAttachOnCreation = true;
570 (attachedState || mAutoAttachOnCreation) &&
580 if (!(attachedState || mAutoAttachOnCreation)) {
    [all...]

Completed in 36 milliseconds