Searched refs:DATA_CONNECTION_ACTIVE_PH_LINK_UP (Results 1 – 2 of 2) sorted by relevance
68 static final int DATA_CONNECTION_ACTIVE_PH_LINK_UP = 2; field in DcController319 if (newState.active == DATA_CONNECTION_ACTIVE_PH_LINK_UP) { in onDataStateChanged()347 newOverallDataConnectionActiveState = DATA_CONNECTION_ACTIVE_PH_LINK_UP; in onDataStateChanged()364 case DATA_CONNECTION_ACTIVE_PH_LINK_UP: in onDataStateChanged()
92 protected static final int DATA_CONNECTION_ACTIVE_PH_LINK_UP = 2; field in DcTrackerBase