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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java1823 protected void completeConnection(ApnContext apnContext) { method in class:DcTracker
1826 if (DBG) log("completeConnection: successful, notify the world apnContext=" + apnContext);
1830 log("completeConnection: MOBILE_PROVISIONING_ACTION url="
1841 loge("completeConnection: startActivityAsUser failed" + e);
1945 completeConnection(apnContext);
H A DDcTrackerBase.java765 protected abstract void completeConnection(ApnContext apnContext); method in class:DcTrackerBase

Completed in 216 milliseconds