Home | History | Annotate | Download | only in dataconnection

Lines Matching refs:CONNECTED

1100                     return DctConstants.State.CONNECTED;
1133 case CONNECTED:
1135 if (VDBG) log("overall state is CONNECTED");
1136 return DctConstants.State.CONNECTED;
1199 if (getOverallState() == DctConstants.State.CONNECTED) {
1440 // Assume data is connected on the simulator
1442 apnContext.setState(DctConstants.State.CONNECTED);
1445 log("trySetupData: X We're on the simulator; assuming connected retValue=true");
1539 * If tearDown is true, this only tears down a CONNECTED session. Presently,
1636 // The request is tearDown and but ApnContext is not connected.
1685 // apn is connected but no reference to dcac.
1688 apnContext.requestLog("cleanUpConnection: connected, bug no DCAC");
2419 case CONNECTED:
2449 || apnContext.getState() != DctConstants.State.CONNECTED) {
2505 case CONNECTED:
2518 // Not connected, potential unchanged
2525 case CONNECTED:
2538 // Not connected, potential unchanged
2787 // is disabled, yet we still setup a roaming data connection or have a connected ApnContext
2793 if (apnContext.getState() == DctConstants.State.CONNECTED) {
2805 // Assume data is connected on the simulator
2807 // setState(DctConstants.State.CONNECTED);
2810 log("onRadioAvailable: We're on the simulator; assuming data is connected");
2833 // Assume data is connected on the simulator
2953 apnContext.setState(DctConstants.State.CONNECTED);
2967 // Complete the connection normally notifying the world we're connected.
2972 // This is a provisioning APN that we're reporting as connected. Later
2978 log("onDataSetupComplete: successful, BUT send connected to prov apn as"
3273 if (apnContext.getState() == DctConstants.State.CONNECTED) {
3274 // At least one context is connected, return true
3278 // There are not any contexts connected, return false
3904 && (getOverallState() == DctConstants.State.CONNECTED)
3958 if (DBG) log("EVENT_PROVISIONING_APN_ALARM: Not connected ignore");
4451 if (getOverallState() == DctConstants.State.CONNECTED
4637 if (getOverallState() == DctConstants.State.CONNECTED) {
4767 if (mDataStallDetectionEnabled && getOverallState() == DctConstants.State.CONNECTED) {