Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DInCallServiceStateValidator.java52 public void onConnectionEvent(Call call, String event, Bundle extras) {}; in onConnectionEvent() method in InCallServiceStateValidator.InCallServiceCallbacks
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockInCallService.java72 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() method in MockInCallService.InCallServiceCallbacks
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallingBase.java559 public void onConnectionEvent(Call call, String event, Bundle extras) { in onConnectionEvent() method in ImsCallingBase.ServiceCallBack