Searched refs:mAutoAttachOnCreation (Results 1 – 2 of 2) sorted by relevance
236 protected boolean mAutoAttachOnCreation = false; field in DcTrackerBase618 mAutoAttachOnCreation = sp.getBoolean(PhoneBase.DATA_DISABLED_ON_BOOT_KEY, false); in DcTrackerBase()2005 pw.println(" mAutoAttachOnCreation=" + mAutoAttachOnCreation); in dump()
696 mAutoAttachOnCreation = true; in onDataConnectionAttached()738 (attachedState || mAutoAttachOnCreation) && in isDataAllowed()750 if (!(attachedState || mAutoAttachOnCreation)) { in isDataAllowed()1340 dcac.bringUp(apnContext, getInitialMaxRetry(), profileId, radioTech, mAutoAttachOnCreation, in setupData()