Searched refs:newOverallDataConnectionActiveState (Results 1 – 1 of 1) sorted by relevance
327 int newOverallDataConnectionActiveState = mOverallDataConnectionActiveState; in onDataStateChanged() local339 newOverallDataConnectionActiveState = DATA_CONNECTION_ACTIVE_PH_LINK_DORMANT; in onDataStateChanged()347 newOverallDataConnectionActiveState = DATA_CONNECTION_ACTIVE_PH_LINK_UP; in onDataStateChanged()350 newOverallDataConnectionActiveState = DATA_CONNECTION_ACTIVE_PH_LINK_INACTIVE; in onDataStateChanged()355 if (mOverallDataConnectionActiveState != newOverallDataConnectionActiveState) { in onDataStateChanged()356 mOverallDataConnectionActiveState = newOverallDataConnectionActiveState; in onDataStateChanged()