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.java642 private AtomicBoolean mAutoAttachEnabled = new AtomicBoolean(false); field in DcTracker
770 mAutoAttachEnabled.set(sp.getBoolean(Phone.DATA_DISABLED_ON_BOOT_KEY, false)); in DcTracker()
1291 mAutoAttachEnabled.set(true); in onDataConnectionAttached()
2474 mAutoAttachEnabled.set(false); in readConfiguration()
2534 mAutoAttachEnabled.set(false); in onSimAbsent()
3029 mAutoAttachEnabled.set(false); in onRadioOffOrNotAvailable()
4291 if (mAutoAttachEnabled.get()) return true; in shouldAutoAttach()
4639 pw.println(" mAutoAttachEnabled=" + mAutoAttachEnabled.get()); in dump()