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

/frameworks/base/telecomm/java/android/telecom/
H A DCall.java803 public void onCallDestroyed(Call call) {} method in class:Call.Callback
1568 * To preserve the ordering of the Call's onCallDestroyed callback and Phone's
1570 * only once all of the registered onCallDestroyed callbacks are executed.
1572 * since onCallDestroyed is the final callback.
1587 callback.onCallDestroyed(call);

Completed in 42 milliseconds