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.java544 public void onMayHandover(@Annotation.NetworkType int srcNetworkType, in onMayHandover() argument
547 mListener.callSessionMayHandover(srcNetworkType, targetNetworkType); in onMayHandover()
580 public void onHandover(@Annotation.NetworkType int srcNetworkType, in onHandover() argument
583 mListener.callSessionHandover(srcNetworkType, targetNetworkType, reasonInfo); in onHandover()
613 public void onHandoverFailed(@Annotation.NetworkType int srcNetworkType, in onHandoverFailed() argument
616 mListener.callSessionHandoverFailed(srcNetworkType, targetNetworkType, reasonInfo); in onHandoverFailed()
DImsCallSession.java385 public void callSessionMayHandover(ImsCallSession session, int srcNetworkType, in callSessionMayHandover() argument
399 int srcNetworkType, int targetNetworkType, in callSessionHandover() argument
413 int srcNetworkType, int targetNetworkType, in callSessionHandoverFailed() argument
1448 public void callSessionMayHandover(int srcNetworkType, int targetNetworkType) { in callSessionMayHandover() argument
1450 mListener.callSessionMayHandover(ImsCallSession.this, srcNetworkType, in callSessionMayHandover()
1459 public void callSessionHandover(int srcNetworkType, int targetNetworkType, in callSessionHandover() argument
1462 mListener.callSessionHandover(ImsCallSession.this, srcNetworkType, in callSessionHandover()
1471 public void callSessionHandoverFailed(int srcNetworkType, int targetNetworkType, in callSessionHandoverFailed() argument
1474 mListener.callSessionHandoverFailed(ImsCallSession.this, srcNetworkType, in callSessionHandoverFailed()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java3241 public void callSessionHandover(ImsCallSession session, int srcNetworkType, in callSessionHandover() argument
3244 srcNetworkType + ", targetAccessTech=" + targetNetworkType + ", reasonInfo=" + in callSessionHandover()
3256 ServiceState.networkTypeToRilRadioTechnology(srcNetworkType), in callSessionHandover()
3266 public void callSessionHandoverFailed(ImsCallSession session, int srcNetworkType, in callSessionHandoverFailed() argument
3269 srcNetworkType + ", targetAccessTech=" + targetNetworkType + ", reasonInfo=" + in callSessionHandoverFailed()
3281 ServiceState.networkTypeToRilRadioTechnology(srcNetworkType), in callSessionHandoverFailed()