Searched refs:completeConnection (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTrackerBase.java702 protected abstract void completeConnection(ApnContext apnContext); method in class:DcTrackerBase
876 completeConnection(mApnContexts.get(PhoneConstants.APN_TYPE_DEFAULT));
H A DDcTracker.java1552 protected void completeConnection(ApnContext apnContext) { method in class:DcTracker
1555 if (DBG) log("completeConnection: successful, notify the world apnContext=" + apnContext);
1559 log("completeConnection: MOBILE_PROVISIONING_ACTION url="
1570 loge("completeConnection: startActivityAsUser failed" + e);
1662 completeConnection(apnContext);

Completed in 130 milliseconds