Home
last modified time | relevance | path

Searched refs:onConnectionEvent (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DMockInCallService.java64 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() method in MockInCallService.InCallServiceCallbacks
157 public void onConnectionEvent(Call call, String event, Bundle extras) {
158 super.onConnectionEvent(call, event, extras);
160 getCallbacks().onConnectionEvent(call, event, extras);
DRemoteConnectionTest.java578 public void onConnectionEvent(RemoteConnection connection, String event, in testRemoteConnectionCallbacks_ConnectionEvent()
580 super.onConnectionEvent(connection, event, extras); in testRemoteConnectionCallbacks_ConnectionEvent()
DBaseTelecomTestWithMockServices.java381 public void onConnectionEvent(Call call, String event, Bundle extras) { in setupCallbacks()