Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java226 private AtomicBoolean mWaitForInternetDisconnection = new AtomicBoolean(false); field in PhoneGlobals
290 if (mWaitForInternetDisconnection.compareAndSet(true, false)) { in onDataConnectionStateChanged()
1071 mWaitForInternetDisconnection.set(true); in updateDataRoamingStatus()
1075 && mWaitForInternetDisconnection.compareAndSet(true, false)) { in updateDataRoamingStatus()