Home | History | Annotate | Download | only in dataconnection

Lines Matching defs:onDisconnectDcRetrying

3223     private void onDisconnectDcRetrying(AsyncResult ar) {
3225 ApnContext apnContext = getValidApnContext(ar, "onDisconnectDcRetrying");
3229 if(DBG) log("onDisconnectDcRetrying: apnContext=" + apnContext);
3848 onDisconnectDcRetrying((AsyncResult) msg.obj);