HomeSort by relevance Sort by last modified time
    Searched refs:handoverTo (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/telecom/src/android/telecom/cts/
HandoverTest.java 81 call.handoverTo(TestUtils.TEST_SELF_MANAGED_HANDLE_1, VideoProfile.STATE_BIDIRECTIONAL,
106 call.handoverTo(TestUtils.TEST_SELF_MANAGED_HANDLE_1, VideoProfile.STATE_BIDIRECTIONAL,
133 call.handoverTo(TestUtils.TEST_HANDOVER_DEST_PHONE_ACCOUNT_HANDLE,
  /frameworks/base/telecomm/java/com/android/internal/telecom/
IInCallAdapter.aidl 84 void handoverTo(String callId, in PhoneAccountHandle destAcct, int videoState,
  /packages/services/Telecomm/src/com/android/server/telecom/
CallsManager.java     [all...]
InCallAdapter.java 612 public void handoverTo(String callId, PhoneAccountHandle destAcct, int videoState,
621 call.handoverTo(destAcct, videoState, extras);
623 Log.w(this, "handoverTo, unknown call id: %s", callId);
Call.java 139 void onHandoverRequested(Call call, PhoneAccountHandle handoverTo, int videoState,
215 public void onHandoverRequested(Call call, PhoneAccountHandle handoverTo, int videoState,
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
InCallAdapter.java 463 public void handoverTo(String callId, PhoneAccountHandle destAcct, int videoState,
466 mAdapter.handoverTo(callId, destAcct, videoState, extras);
Call.java     [all...]

Completed in 109 milliseconds