Searched refs:onConnectionEvent (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIInCallService.aidl52 void onConnectionEvent(String callId, String event, in Bundle extras);
H A DIConnectionServiceAdapter.aidl107 void onConnectionEvent(String callId, String event, in Bundle extras,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java103 public void onConnectionEvent(String event, Bundle extras); method in interface:Connection.Listener
140 public void onConnectionEvent(String event, Bundle extras) {} method in class:Connection.ListenerBase
1012 public void onConnectionEvent(String event, Bundle extras) { method in class:Connection
1014 l.onConnectionEvent(event, extras);
/frameworks/base/telecomm/java/android/telecom/
H A DInCallService.java209 public void onConnectionEvent(String callId, String event, Bundle extras) { method in class:InCallService.InCallServiceBinder
479 * {@link android.telecom.Call.Callback#onConnectionEvent(Call, String, Bundle)} callback.
487 public void onConnectionEvent(Call call, String event, Bundle extras) { method in class:InCallService
H A DConnectionServiceAdapter.java541 void onConnectionEvent(String callId, String event, Bundle extras) { method in class:ConnectionServiceAdapter
542 Log.v(this, "onConnectionEvent: %s", event);
545 adapter.onConnectionEvent(callId, event, extras, Log.getExternalSession());
H A DConnectionServiceAdapterServant.java290 mDelegate.onConnectionEvent((String) args.arg1, (String) args.arg2,
550 public final void onConnectionEvent(String connectionId, String event, Bundle extras,
H A DRemoteConnectionService.java405 public void onConnectionEvent(String callId, String event, Bundle extras,
408 findConnectionForAction(callId, "onConnectionEvent").onConnectionEvent(event,
H A DRemoteConnection.java235 public void onConnectionEvent(RemoteConnection connection, String event, Bundle extras) {} method in class:RemoteConnection.Callback
1503 void onConnectionEvent(final String event, final Bundle extras) { method in class:RemoteConnection
1510 callback.onConnectionEvent(connection, event, extras);
H A DCall.java964 public void onConnectionEvent(Call call, String event, Bundle extras) {} method in class:Call.Callback
2043 callback.onConnectionEvent(call, event, extras);
H A DConnection.java825 public void onConnectionEvent(Connection c, String event, Bundle extras) {} method in class:Connection.Listener
3085 * {@link Call.Callback#onConnectionEvent(Call, String, Bundle)}.
3109 l.onConnectionEvent(this, event, extras);
H A DConnectionService.java1289 public void onConnectionEvent(Connection connection, String event, Bundle extras) {
1292 mAdapter.onConnectionEvent(id, event, extras);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneConnection.java1218 onConnectionEvent(android.telecom.Connection.EVENT_MERGE_START, null);
1226 onConnectionEvent(android.telecom.Connection.EVENT_MERGE_COMPLETE, null);
H A DImsPhoneCallTracker.java2422 conn.onConnectionEvent(android.telecom.Connection.EVENT_CALL_REMOTELY_UNHELD, null);
2458 conn.onConnectionEvent(android.telecom.Connection.EVENT_CALL_REMOTELY_HELD, null);
2610 conn.onConnectionEvent(
2628 conn.onConnectionEvent(
3560 conn.onConnectionEvent(TelephonyManager.EVENT_DOWNGRADE_DATA_DISABLED,
3563 conn.onConnectionEvent(
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTrackerTest.java612 verify(mImsPhoneConnectionListener).onConnectionEvent(eq(
619 verify(mImsPhoneConnectionListener).onConnectionEvent(eq(

Completed in 351 milliseconds