Searched refs:onConnectionEvent (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | InCallServiceStateValidator.java | 52 public void onConnectionEvent(Call call, String event, Bundle extras) {}; in onConnectionEvent() method in InCallServiceStateValidator.InCallServiceCallbacks 112 public void onConnectionEvent(Call call, String event, Bundle extras) { 113 super.onConnectionEvent(call, event, extras); 115 getCallbacks().onConnectionEvent(call, event, extras);
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | MockInCallService.java | 72 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() method in MockInCallService.InCallServiceCallbacks 185 public void onConnectionEvent(Call call, String event, Bundle extras) { 188 super.onConnectionEvent(call, event, extras); 190 getCallbacks().onConnectionEvent(call, event, extras);
|
D | RemoteConnectionTest.java | 723 public void onConnectionEvent(RemoteConnection connection, String event, in testRemoteConnectionCallbacks_ConnectionEvent() 725 super.onConnectionEvent(connection, event, extras); in testRemoteConnectionCallbacks_ConnectionEvent()
|
D | BaseTelecomTestWithMockServices.java | 562 public void onConnectionEvent(Call call, String event, Bundle extras) { in setupCallbacks()
|
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | ImsCallingBase.java | 559 public void onConnectionEvent(Call call, String event, Bundle extras) { in onConnectionEvent() method in ImsCallingBase.ServiceCallBack
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 42313 method public void onConnectionEvent(android.telecom.Call, String, android.os.Bundle); 42978 method public void onConnectionEvent(android.telecom.Call, String, android.os.Bundle); 43202 … method public void onConnectionEvent(android.telecom.RemoteConnection, String, android.os.Bundle);
|