Searched defs:targetNetworkType (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
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()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallSessionListener.java | 545 @Annotation.NetworkType int targetNetworkType) { in onMayHandover() 581 @Annotation.NetworkType int targetNetworkType, @Nullable ImsReasonInfo reasonInfo) { in onHandover() 614 @Annotation.NetworkType int targetNetworkType, @NonNull ImsReasonInfo reasonInfo) { in onHandoverFailed()
|
D | ImsCallSession.java | 386 int targetNetworkType) { in callSessionMayHandover() 399 int srcNetworkType, int targetNetworkType, in callSessionHandover() 413 int srcNetworkType, int targetNetworkType, in callSessionHandoverFailed() 1448 public void callSessionMayHandover(int srcNetworkType, int targetNetworkType) { in callSessionMayHandover() 1459 public void callSessionHandover(int srcNetworkType, int targetNetworkType, in callSessionHandover() 1471 public void callSessionHandoverFailed(int srcNetworkType, int targetNetworkType, in callSessionHandoverFailed()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 3242 int targetNetworkType, ImsReasonInfo reasonInfo) { in callSessionHandover() 3267 int targetNetworkType, ImsReasonInfo reasonInfo) { in callSessionHandoverFailed()
|