Home
last modified time | relevance | path

Searched defs:onConnectionEvent (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallServiceFixture.java143 public void onConnectionEvent(String callId, String event, Bundle extras) in onConnectionEvent() method in InCallServiceFixture.FakeInCallService
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java190 default void onConnectionEvent(Call call, String event, Bundle extras) {}; in onConnectionEvent() method
280 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() method in Call.ListenerBase
4353 public void onConnectionEvent(String event, Bundle extras) { in onConnectionEvent() method in Call
DConnectionServiceWrapper.java1142 public void onConnectionEvent(String callId, String event, Bundle extras, in onConnectionEvent() method in ConnectionServiceWrapper.Adapter
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java555 public void onConnectionEvent(Connection c, String event, Bundle extras) {} in onConnectionEvent() method in TelephonyConnection.TelephonyConnectionListener