Searched defs:onConnectionEvent (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionServiceAdapter.java519 void onConnectionEvent(String callId, String event, Bundle extras) { method in class:ConnectionServiceAdapter
520 Log.v(this, "onConnectionEvent: %s", event);
523 adapter.onConnectionEvent(callId, event, extras);
H A DInCallService.java193 public void onConnectionEvent(String callId, String event, Bundle extras) { method in class:InCallService.InCallServiceBinder
453 * {@link android.telecom.Call.Callback#onConnectionEvent(Call, String, Bundle)} callback.
461 public void onConnectionEvent(Call call, String event, Bundle extras) { method in class:InCallService
H A DCall.java820 public void onConnectionEvent(Call call, String event, Bundle extras) {} method in class:Call.Callback
1626 callback.onConnectionEvent(call, event, extras);
H A DRemoteConnection.java233 public void onConnectionEvent(RemoteConnection connection, String event, Bundle extras) {} method in class:RemoteConnection.Callback
1396 void onConnectionEvent(final String event, final Bundle extras) { method in class:RemoteConnection
1403 callback.onConnectionEvent(connection, event, extras);
H A DConnection.java739 public void onConnectionEvent(Connection c, String event, Bundle extras) {} method in class:Connection.Listener
2590 * {@link Call.Callback#onConnectionEvent(Call, String, Bundle)}.
2614 l.onConnectionEvent(this, event, 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
138 public void onConnectionEvent(String event, Bundle extras) {} method in class:Connection.ListenerBase
966 public void onConnectionEvent(String event, Bundle extras) { method in class:Connection
968 l.onConnectionEvent(event, extras);

Completed in 105 milliseconds