Searched defs:onConnectionEvent (Results 1 - 6 of 6) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
H A D | ConnectionServiceAdapter.java | 544 void onConnectionEvent(String callId, String event, Bundle extras) { method in class:ConnectionServiceAdapter 545 Log.v(this, "onConnectionEvent: %s", event); 548 adapter.onConnectionEvent(callId, event, extras, Log.getExternalSession());
|
H A D | InCallService.java | 244 public void onConnectionEvent(String callId, String event, Bundle extras) { method in class:InCallService.InCallServiceBinder 539 * {@link android.telecom.Call.Callback#onConnectionEvent(Call, String, Bundle)} callback. 547 public void onConnectionEvent(Call call, String event, Bundle extras) { method in class:InCallService
|
H A D | RemoteConnection.java | 235 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 D | Call.java | 1050 public void onConnectionEvent(Call call, String event, Bundle extras) {} method in class:Call.Callback 2264 callback.onConnectionEvent(call, event, extras);
|
H A D | Connection.java | 835 public void onConnectionEvent(Connection c, String event, Bundle extras) {} method in class:Connection.Listener 3178 * {@link Call.Callback#onConnectionEvent(Call, String, Bundle)}. 3202 l.onConnectionEvent(this, event, extras);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | Connection.java | 104 public void onConnectionEvent(String event, Bundle extras); method in interface:Connection.Listener 144 public void onConnectionEvent(String event, Bundle extras) {} method in class:Connection.ListenerBase 1037 public void onConnectionEvent(String event, Bundle extras) { method in class:Connection 1039 l.onConnectionEvent(event, extras);
|
Completed in 25 milliseconds