Searched refs:mWaitForInternetDisconnection (Results 1 – 1 of 1) sorted by relevance
226 private AtomicBoolean mWaitForInternetDisconnection = new AtomicBoolean(false); field in PhoneGlobals290 if (mWaitForInternetDisconnection.compareAndSet(true, false)) { in onDataConnectionStateChanged()1071 mWaitForInternetDisconnection.set(true); in updateDataRoamingStatus()1075 && mWaitForInternetDisconnection.compareAndSet(true, false)) { in updateDataRoamingStatus()