Home
last modified time | relevance | path

Searched defs: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()
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.java544 public void onMayHandover(@Annotation.NetworkType int srcNetworkType, in onMayHandover()
580 public void onHandover(@Annotation.NetworkType int srcNetworkType, in onHandover()
613 public void onHandoverFailed(@Annotation.NetworkType int srcNetworkType, in onHandoverFailed()
DImsCallSession.java387 public void callSessionMayHandover(ImsCallSession session, int srcNetworkType, in callSessionMayHandover()
401 int srcNetworkType, int targetNetworkType, in callSessionHandover()
415 int srcNetworkType, int targetNetworkType, in callSessionHandoverFailed()
1516 public void callSessionMayHandover(int srcNetworkType, int targetNetworkType) { in callSessionMayHandover()
1529 public void callSessionHandover(int srcNetworkType, int targetNetworkType, in callSessionHandover()
1543 public void callSessionHandoverFailed(int srcNetworkType, int targetNetworkType, in callSessionHandoverFailed()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java3256 public void callSessionHandover(ImsCallSession session, int srcNetworkType, in callSessionHandover()
3281 public void callSessionHandoverFailed(ImsCallSession session, int srcNetworkType, in callSessionHandoverFailed()