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

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java755 notifyCreateConnectionComplete(id);
759 notifyCreateConnectionComplete(id);
1608 private void notifyCreateConnectionComplete(final String callId) { method in class:ConnectionService
1609 Log.i(this, "notifyCreateConnectionComplete %s", callId);
1613 Log.w(this, "notifyCreateConnectionComplete: callId is null.");
1617 "notifyCreateConnectionComplete"));

Completed in 14 milliseconds