Searched refs:handoverTo (Results 1 – 6 of 6) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallsManager.java | 1359 public void onHandoverRequested(Call call, PhoneAccountHandle handoverTo, int videoState, in onHandoverRequested() argument 1362 requestHandover(call, handoverTo, videoState, extras); in onHandoverRequested() 4829 Call handoverTo = call.getHandoverDestinationCall(); 4830 Log.addEvent(handoverTo, LogUtils.Events.HANDOVER_COMPLETE, "from=%s, to=%s", 4831 call.getId(), handoverTo.getId()); 4833 call.getId(), handoverTo.getId()); 4841 handoverTo.onHandoverComplete(); 4842 answerCall(handoverTo, handoverTo.getVideoState()); 4847 if (handoverTo.isSelfManaged()) { 4848 disconnectOtherCalls(handoverTo.getTargetPhoneAccount()); [all …]
|
D | InCallAdapter.java | 791 public void handoverTo(String callId, PhoneAccountHandle destAcct, int videoState, in handoverTo() method in InCallAdapter 800 call.handoverTo(destAcct, videoState, extras); in handoverTo()
|
D | Call.java | 195 default void onHandoverRequested(Call call, PhoneAccountHandle handoverTo, int videoState, in onHandoverRequested() argument 290 public void onHandoverRequested(Call call, PhoneAccountHandle handoverTo, int videoState, in onHandoverRequested() argument 3583 public void handoverTo(PhoneAccountHandle destAcct, int videoState, Bundle extras) { in handoverTo() method in Call
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ |
D | BluetoothCall.java | 169 public void handoverTo(PhoneAccountHandle toHandle, int videoState, Bundle extras) { in handoverTo() method in BluetoothCall 170 mCall.handoverTo(toHandle, videoState, extras); in handoverTo()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/ |
D | BluetoothCallTest.java | 195 assertThrows(NullPointerException.class, () -> mBluetoothCall.handoverTo(null, 1, null)); in handoverTo_whenInnerCallIsNull_throwsNPE()
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestInCallUI.java | 223 call.handoverTo(getHandoverToPhoneAccountHandle(), VideoProfile.STATE_BIDIRECTIONAL, in onCreate()
|