Searched defs:srcNetworkType (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
H A D | IImsCallSessionListener.aidl | 100 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()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsCallSessionListener.java | 562 public void onMayHandover(@Annotation.NetworkType int srcNetworkType, in onMayHandover() 598 public void onHandover(@Annotation.NetworkType int srcNetworkType, in onHandover() 631 public void onHandoverFailed(@Annotation.NetworkType int srcNetworkType, in onHandoverFailed()
|
H A D | ImsCallSession.java | 388 public void callSessionMayHandover(ImsCallSession session, int srcNetworkType, in callSessionMayHandover() 402 int srcNetworkType, int targetNetworkType, in callSessionHandover() 416 int srcNetworkType, int targetNetworkType, in callSessionHandoverFailed() 1569 public void callSessionMayHandover(int srcNetworkType, int targetNetworkType) { in callSessionMayHandover() 1582 public void callSessionHandover(int srcNetworkType, int targetNetworkType, in callSessionHandover() 1596 public void callSessionHandoverFailed(int srcNetworkType, int targetNetworkType, in callSessionHandoverFailed()
|