Home
last modified time | relevance | path

Searched refs:srcNetworkType (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() argument
102 void callSessionHandoverFailed(int srcNetworkType, int targetNetworkType, in callSessionHandoverFailed() argument
104 void callSessionMayHandover(int srcNetworkType, int targetNetworkType); in callSessionMayHandover() argument
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSessionListener.java562 public void onMayHandover(@Annotation.NetworkType int srcNetworkType, in onMayHandover() argument
565 mListener.callSessionMayHandover(srcNetworkType, targetNetworkType); in onMayHandover()
598 public void onHandover(@Annotation.NetworkType int srcNetworkType, in onHandover() argument
601 mListener.callSessionHandover(srcNetworkType, targetNetworkType, reasonInfo); in onHandover()
631 public void onHandoverFailed(@Annotation.NetworkType int srcNetworkType, in onHandoverFailed() argument
634 mListener.callSessionHandoverFailed(srcNetworkType, targetNetworkType, reasonInfo); in onHandoverFailed()
DImsCallSession.java389 public void callSessionMayHandover(ImsCallSession session, int srcNetworkType, in callSessionMayHandover() argument
403 int srcNetworkType, int targetNetworkType, in callSessionHandover() argument
417 int srcNetworkType, int targetNetworkType, in callSessionHandoverFailed() argument
1575 public void callSessionMayHandover(int srcNetworkType, int targetNetworkType) { in callSessionMayHandover() argument
1578 mListener.callSessionMayHandover(ImsCallSession.this, srcNetworkType, in callSessionMayHandover()
1588 public void callSessionHandover(int srcNetworkType, int targetNetworkType, in callSessionHandover() argument
1592 mListener.callSessionHandover(ImsCallSession.this, srcNetworkType, in callSessionHandover()
1602 public void callSessionHandoverFailed(int srcNetworkType, int targetNetworkType, in callSessionHandoverFailed() argument
1606 mListener.callSessionHandoverFailed(ImsCallSession.this, srcNetworkType, in callSessionHandoverFailed()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java3290 public void callSessionHandover(ImsCallSession session, int srcNetworkType, in callSessionHandover() argument
3293 srcNetworkType + ", targetAccessTech=" + targetNetworkType + ", reasonInfo=" + in callSessionHandover()
3305 ServiceState.networkTypeToRilRadioTechnology(srcNetworkType), in callSessionHandover()
3315 public void callSessionHandoverFailed(ImsCallSession session, int srcNetworkType, in callSessionHandoverFailed() argument
3318 srcNetworkType + ", targetAccessTech=" + targetNetworkType + ", reasonInfo=" + in callSessionHandoverFailed()
3330 ServiceState.networkTypeToRilRadioTechnology(srcNetworkType), in callSessionHandoverFailed()