Home
last modified time | relevance | path

Searched refs:mAutoAttachEnabled (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java583 private AtomicBoolean mAutoAttachEnabled = new AtomicBoolean(false); field in DcTracker
709 mAutoAttachEnabled.set(sp.getBoolean(Phone.DATA_DISABLED_ON_BOOT_KEY, false)); in DcTracker()
1283 mAutoAttachEnabled.set(true); in onDataConnectionAttached()
2291 mAutoAttachEnabled.set(false); in readConfiguration()
2343 mAutoAttachEnabled.set(false); in onSimAbsent()
2763 mAutoAttachEnabled.set(false); in onRadioOffOrNotAvailable()
3984 if (mAutoAttachEnabled.get()) return true; in shouldAutoAttach()
4199 pw.println(" mAutoAttachEnabled=" + mAutoAttachEnabled.get()); in dump()