HomeSort by relevance Sort by last modified time
    Searched refs:onConnectionEvent (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/base/telecomm/java/com/android/internal/telecom/
IInCallService.aidl 52 void onConnectionEvent(String callId, String event, in Bundle extras);
IConnectionServiceAdapter.aidl 109 void onConnectionEvent(String callId, String event, in Bundle extras,
  /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);
RemoteConnectionTest.java 578 public void onConnectionEvent(RemoteConnection connection, String event,
580 super.onConnectionEvent(connection, event, extras);
    [all...]
BaseTelecomTestWithMockServices.java 291 public void onConnectionEvent(Call call, String event, Bundle extras) {
341 mOnConnectionEventCounter = new TestUtils.InvokeCounter("OnConnectionEvent");
    [all...]
  /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/tests/src/com/android/server/telecom/tests/
InCallServiceFixture.java 120 public void onConnectionEvent(String callId, String event, Bundle extras)
BasicCallTests.java     [all...]
ConnectionServiceFixture.java 637 a.onConnectionEvent(id, event, extras, null /*Session.Info*/);
  /frameworks/base/telecomm/java/android/telecom/
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...]
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());
ConnectionServiceAdapterServant.java 292 mDelegate.onConnectionEvent((String) args.arg1, (String) args.arg2,
565 public final void onConnectionEvent(String connectionId, String event, Bundle extras,
RemoteConnectionService.java 418 public void onConnectionEvent(String callId, String event, Bundle extras,
421 findConnectionForAction(callId, "onConnectionEvent").onConnectionEvent(event,
RemoteConnection.java 235 public void onConnectionEvent(RemoteConnection connection, String event, Bundle extras) {}
    [all...]
Call.java     [all...]
Connection.java     [all...]
ConnectionService.java     [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
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...]
ConnectionServiceWrapper.java 400 call.onConnectionEvent(Connection.EVENT_CALL_MERGE_FAILED, null);
    [all...]
InCallController.java 675 public void onConnectionEvent(Call call, String event, Bundle extras) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java     [all...]
ImsPhoneCallTracker.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneCallTrackerTest.java 688 verify(mImsPhoneConnectionListener).onConnectionEvent(eq(
695 verify(mImsPhoneConnectionListener).onConnectionEvent(eq(
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/call/
DialerCall.java 290 public void onConnectionEvent(android.telecom.Call call, String event, Bundle extras) {
292 "TelecomCallCallback.onConnectionEvent",
319 LogUtil.i("DialerCall.onConnectionEvent", "merge start");
323 LogUtil.i("DialerCall.onConnectionEvent", "merge complete");
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 529 public void onConnectionEvent(String event, Bundle extras) {
    [all...]

Completed in 367 milliseconds

1 2