Searched defs:targetNetworkType (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
D | IImsCallSessionListener.aidl | 95 void callSessionHandover(int srcNetworkType, int targetNetworkType, in callSessionHandover() 97 void callSessionHandoverFailed(int srcNetworkType, int targetNetworkType, in callSessionHandoverFailed() 99 void callSessionMayHandover(int srcNetworkType, int targetNetworkType); in callSessionMayHandover()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallSessionListener.java | 500 @Annotation.NetworkType int targetNetworkType) { in onMayHandover() 536 @Annotation.NetworkType int targetNetworkType, @Nullable ImsReasonInfo reasonInfo) { in onHandover() 569 @Annotation.NetworkType int targetNetworkType, @NonNull ImsReasonInfo reasonInfo) { in onHandoverFailed()
|
D | ImsCallSession.java | 362 int targetNetworkType) { in callSessionMayHandover() 375 int srcNetworkType, int targetNetworkType, in callSessionHandover() 389 int srcNetworkType, int targetNetworkType, in callSessionHandoverFailed() 1365 public void callSessionMayHandover(int srcNetworkType, int targetNetworkType) { in callSessionMayHandover() 1376 public void callSessionHandover(int srcNetworkType, int targetNetworkType, in callSessionHandover() 1388 public void callSessionHandoverFailed(int srcNetworkType, int targetNetworkType, in callSessionHandoverFailed()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 3156 int targetNetworkType, ImsReasonInfo reasonInfo) { in callSessionHandover() 3181 int targetNetworkType, ImsReasonInfo reasonInfo) { in callSessionHandoverFailed()
|