Home
last modified time | relevance | path

Searched refs:requestHandover (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java3058 requestHandover(phoneAccountHandle, videoState, handoverExtrasBundle, true); in sendCallEvent()
3096 requestHandover(destAcct, videoState, extras, false); in handoverTo()
3929 private void requestHandover(PhoneAccountHandle handoverToHandle, int videoState, in requestHandover() method in Call
H A DCallsManager.java1122 requestHandover(call, handoverTo, videoState, extras); in onHandoverRequested()
5037 private void requestHandover(Call handoverFromCall, PhoneAccountHandle handoverToHandle,
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java964 (inCorrectState) -> requestHandover(inCorrectState, srcDc, in connect()
1009 private void requestHandover(boolean inCorrectState, DataConnection srcDc, in requestHandover() method in DataConnection