Home
last modified time | relevance | path

Searched refs:srcNetworkType (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() argument
102 void callSessionHandoverFailed(int srcNetworkType, int targetNetworkType, in callSessionHandoverFailed() argument
104 void callSessionMayHandover(int srcNetworkType, int targetNetworkType); in callSessionMayHandover() argument
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A 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()
H A DImsCallSession.java388 public void callSessionMayHandover(ImsCallSession session, int srcNetworkType, in callSessionMayHandover() argument
402 int srcNetworkType, int targetNetworkType, in callSessionHandover() argument
416 int srcNetworkType, int targetNetworkType, in callSessionHandoverFailed() argument
1569 public void callSessionMayHandover(int srcNetworkType, int targetNetworkType) { in callSessionMayHandover() argument
1572 mListener.callSessionMayHandover(ImsCallSession.this, srcNetworkType, in callSessionMayHandover()
1582 public void callSessionHandover(int srcNetworkType, int targetNetworkType, in callSessionHandover() argument
1586 mListener.callSessionHandover(ImsCallSession.this, srcNetworkType, in callSessionHandover()
1596 public void callSessionHandoverFailed(int srcNetworkType, int targetNetworkType, in callSessionHandoverFailed() argument
1600 mListener.callSessionHandoverFailed(ImsCallSession.this, srcNetworkType, in callSessionHandoverFailed()