HomeSort by relevance Sort by last modified time
    Searched defs:onConnectionEvent (Results 1 - 17 of 17) sorted by null

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
InCallServiceFixture.java 120 public void onConnectionEvent(String callId, String event, Bundle extras)
ConnectionServiceFixture.java 637 a.onConnectionEvent(id, event, extras, null /*Session.Info*/);
  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapter.java 544 void onConnectionEvent(String callId, String event, Bundle extras) {
545 Log.v(this, "onConnectionEvent: %s", event);
548 adapter.onConnectionEvent(callId, event, extras, Log.getExternalSession());
InCallService.java 244 public void onConnectionEvent(String callId, String event, Bundle extras) {
539 * {@link android.telecom.Call.Callback#onConnectionEvent(Call, String, Bundle)} callback.
547 public void onConnectionEvent(Call call, String event, Bundle extras) {
    [all...]
Connection.java     [all...]
RemoteConnection.java 235 public void onConnectionEvent(RemoteConnection connection, String event, Bundle extras) {}
    [all...]
Call.java     [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
MockInCallService.java 63 public void onConnectionEvent(Call call, String event, Bundle extras) {}
156 public void onConnectionEvent(Call call, String event, Bundle extras) {
157 super.onConnectionEvent(call, event, extras);
159 getCallbacks().onConnectionEvent(call, event, extras);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 104 public void onConnectionEvent(String event, Bundle extras);
144 public void onConnectionEvent(String event, Bundle extras) {}
1037 public void onConnectionEvent(String event, Bundle extras)
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 400 call.onConnectionEvent(Connection.EVENT_CALL_MERGE_FAILED, null);
    [all...]
Call.java 135 void onConnectionEvent(Call call, String event, Bundle extras);
207 public void onConnectionEvent(Call call, String event, Bundle extras) {}
449 * {@link #onConnectionEvent(String)} receives the {@link Connection#EVENT_ON_HOLD_TONE_START}
    [all...]
CallsManager.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java     [all...]
ImsPhoneCallTracker.java     [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 322 milliseconds