Searched refs:onConnectionEvent (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | MockInCallService.java | 64 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);
|
D | RemoteConnectionTest.java | 578 public void onConnectionEvent(RemoteConnection connection, String event, in testRemoteConnectionCallbacks_ConnectionEvent() 580 super.onConnectionEvent(connection, event, extras); in testRemoteConnectionCallbacks_ConnectionEvent()
|
D | BaseTelecomTestWithMockServices.java | 381 public void onConnectionEvent(Call call, String event, Bundle extras) { in setupCallbacks()
|