Home
last modified time | relevance | path

Searched refs:srcNetworkType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSessionListener.java499 public void onMayHandover(@Annotation.NetworkType int srcNetworkType, in onMayHandover() argument
502 mListener.callSessionMayHandover(srcNetworkType, targetNetworkType); in onMayHandover()
535 public void onHandover(@Annotation.NetworkType int srcNetworkType, in onHandover() argument
538 mListener.callSessionHandover(srcNetworkType, targetNetworkType, reasonInfo); in onHandover()
568 public void onHandoverFailed(@Annotation.NetworkType int srcNetworkType, in onHandoverFailed() argument
571 mListener.callSessionHandoverFailed(srcNetworkType, targetNetworkType, reasonInfo); in onHandoverFailed()
DImsCallSession.java361 public void callSessionMayHandover(ImsCallSession session, int srcNetworkType, in callSessionMayHandover() argument
375 int srcNetworkType, int targetNetworkType, in callSessionHandover() argument
389 int srcNetworkType, int targetNetworkType, in callSessionHandoverFailed() argument
1365 public void callSessionMayHandover(int srcNetworkType, int targetNetworkType) { in callSessionMayHandover() argument
1367 mListener.callSessionMayHandover(ImsCallSession.this, srcNetworkType, in callSessionMayHandover()
1376 public void callSessionHandover(int srcNetworkType, int targetNetworkType, in callSessionHandover() argument
1379 mListener.callSessionHandover(ImsCallSession.this, srcNetworkType, in callSessionHandover()
1388 public void callSessionHandoverFailed(int srcNetworkType, int targetNetworkType, in callSessionHandoverFailed() argument
1391 mListener.callSessionHandoverFailed(ImsCallSession.this, srcNetworkType, in callSessionHandoverFailed()
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsCallSessionListener.aidl95 void callSessionHandover(int srcNetworkType, int targetNetworkType, in callSessionHandover() argument
97 void callSessionHandoverFailed(int srcNetworkType, int targetNetworkType, in callSessionHandoverFailed() argument
99 void callSessionMayHandover(int srcNetworkType, int targetNetworkType); in callSessionMayHandover() argument
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java3155 public void callSessionHandover(ImsCallSession session, int srcNetworkType, in callSessionHandover() argument
3158 srcNetworkType + ", targetAccessTech=" + targetNetworkType + ", reasonInfo=" + in callSessionHandover()
3170 ServiceState.networkTypeToRilRadioTechnology(srcNetworkType), in callSessionHandover()
3180 public void callSessionHandoverFailed(ImsCallSession session, int srcNetworkType, in callSessionHandoverFailed() argument
3183 srcNetworkType + ", targetAccessTech=" + targetNetworkType + ", reasonInfo=" + in callSessionHandoverFailed()
3195 ServiceState.networkTypeToRilRadioTechnology(srcNetworkType), in callSessionHandoverFailed()