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.java582 private AtomicBoolean mAutoAttachEnabled = new AtomicBoolean(false); field in DcTracker
708 mAutoAttachEnabled.set(sp.getBoolean(Phone.DATA_DISABLED_ON_BOOT_KEY, false)); in DcTracker()
1244 mAutoAttachEnabled.set(true); in onDataConnectionAttached()
2270 mAutoAttachEnabled.set(false); in readConfiguration()
2322 mAutoAttachEnabled.set(false); in onSimAbsent()
2741 mAutoAttachEnabled.set(false); in onRadioOffOrNotAvailable()
3951 if (mAutoAttachEnabled.get()) return true; in shouldAutoAttach()
4166 pw.println(" mAutoAttachEnabled=" + mAutoAttachEnabled.get()); in dump()