Searched defs:onConnectionEvent (Results  1 – 4 of 4) sorted by relevance
| /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ | 
| D | InCallServiceFixture.java | 135         public void onConnectionEvent(String callId, String event, Bundle extras)  in onConnectionEvent()  method in InCallServiceFixture.FakeInCallService
 | 
| /packages/services/Telecomm/src/com/android/server/telecom/ | 
| D | Call.java | 163         default void onConnectionEvent(Call call, String event, Bundle extras) {};  in onConnectionEvent()  method253         public void onConnectionEvent(Call call, String event, Bundle extras) {}  in onConnectionEvent()  method in Call.ListenerBase
 4131     public void onConnectionEvent(String event, Bundle extras) {  in onConnectionEvent()  method in Call
 
 | 
| D | ConnectionServiceWrapper.java | 1098         public void onConnectionEvent(String callId, String event, Bundle extras,  in onConnectionEvent()  method in ConnectionServiceWrapper.Adapter
 | 
| /packages/services/Telephony/src/com/android/services/telephony/ | 
| D | TelephonyConnection.java | 554         public void onConnectionEvent(Connection c, String event, Bundle extras) {}  in onConnectionEvent()  method in TelephonyConnection.TelephonyConnectionListener
 |