Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/aidl/
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()
/frameworks/base/telephony/java/android/telephony/ims/
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()
DImsCallSession.java390 int targetNetworkType) { in callSessionMayHandover()
403 int srcNetworkType, int targetNetworkType, in callSessionHandover()
417 int srcNetworkType, int targetNetworkType, in callSessionHandoverFailed()
1575 public void callSessionMayHandover(int srcNetworkType, int targetNetworkType) { in callSessionMayHandover()
1588 public void callSessionHandover(int srcNetworkType, int targetNetworkType, in callSessionHandover()
1602 public void callSessionHandoverFailed(int srcNetworkType, int targetNetworkType, in callSessionHandoverFailed()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java3291 int targetNetworkType, ImsReasonInfo reasonInfo) { in callSessionHandover()
3316 int targetNetworkType, ImsReasonInfo reasonInfo) { in callSessionHandoverFailed()