Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DInCallServiceStateValidator.java52 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/
DMockInCallService.java72 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);
DRemoteConnectionTest.java723 public void onConnectionEvent(RemoteConnection connection, String event, in testRemoteConnectionCallbacks_ConnectionEvent()
725 super.onConnectionEvent(connection, event, extras); in testRemoteConnectionCallbacks_ConnectionEvent()
DBaseTelecomTestWithMockServices.java562 public void onConnectionEvent(Call call, String event, Bundle extras) { in setupCallbacks()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallingBase.java559 public void onConnectionEvent(Call call, String event, Bundle extras) { in onConnectionEvent() method in ImsCallingBase.ServiceCallBack
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt42313 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);