Home
last modified time | relevance | path

Searched defs:targetNetworkType (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIImsCallSessionListener.aidl100 void callSessionHandover(int srcNetworkType, int targetNetworkType, in callSessionHandover()
102 void callSessionHandoverFailed(int srcNetworkType, int targetNetworkType, in callSessionHandoverFailed()
104 void callSessionMayHandover(int srcNetworkType, int targetNetworkType); in callSessionMayHandover()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallSessionListener.java563 @Annotation.NetworkType int targetNetworkType) { in onMayHandover()
599 @Annotation.NetworkType int targetNetworkType, @Nullable ImsReasonInfo reasonInfo) { in onHandover()
632 @Annotation.NetworkType int targetNetworkType, @NonNull ImsReasonInfo reasonInfo) { in onHandoverFailed()
H A DImsCallSession.java389 int targetNetworkType) { in callSessionMayHandover()
402 int srcNetworkType, int targetNetworkType, in callSessionHandover()
416 int srcNetworkType, int targetNetworkType, in callSessionHandoverFailed()
1569 public void callSessionMayHandover(int srcNetworkType, int targetNetworkType) { in callSessionMayHandover()
1582 public void callSessionHandover(int srcNetworkType, int targetNetworkType, in callSessionHandover()
1596 public void callSessionHandoverFailed(int srcNetworkType, int targetNetworkType, in callSessionHandoverFailed()