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

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java1079 notifyHandoverComplete(callId);
1826 private void notifyHandoverComplete(String callId) { method in class:ConnectionService
1827 Log.d(this, "notifyHandoverComplete(%s)", callId);
1828 Connection connection = findConnectionForAction(callId, "notifyHandoverComplete");

Completed in 14 milliseconds