Searched refs:mAutoAttachEnabled (Results 1 – 1 of 1) sorted by relevance
656 private AtomicBoolean mAutoAttachEnabled = new AtomicBoolean(false); field in DcTracker786 mAutoAttachEnabled.set(sp.getBoolean(Phone.DATA_DISABLED_ON_BOOT_KEY, false)); in DcTracker()1311 mAutoAttachEnabled.set(true); in onDataConnectionAttached()2494 mAutoAttachEnabled.set(false); in readConfiguration()2554 mAutoAttachEnabled.set(false); in onSimAbsent()3047 mAutoAttachEnabled.set(false); in onRadioOffOrNotAvailable()4307 if (mAutoAttachEnabled.get()) return true; in shouldAutoAttach()4655 pw.println(" mAutoAttachEnabled=" + mAutoAttachEnabled.get()); in dump()