/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
D | ImsCallSessionListenerTests.java | 59 mTestListener.callSessionHandover(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, in testListenerHandoverDeprecated() 62 verify(mMockListener).callSessionHandover(eq(TelephonyManager.NETWORK_TYPE_LTE), in testListenerHandoverDeprecated()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallSessionListener.java | 520 public void callSessionHandover(int srcAccessTech, int targetAccessTech, in callSessionHandover() method in ImsCallSessionListener 538 mListener.callSessionHandover(srcNetworkType, targetNetworkType, reasonInfo); in onHandover()
|
D | ImsCallSession.java | 374 public void callSessionHandover(ImsCallSession session, in callSessionHandover() method in ImsCallSession.Listener 1376 public void callSessionHandover(int srcNetworkType, int targetNetworkType, in callSessionHandover() method in ImsCallSession.IImsCallSessionListenerProxy 1379 mListener.callSessionHandover(ImsCallSession.this, srcNetworkType, in callSessionHandover()
|
/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
D | IImsCallSessionListener.aidl | 95 void callSessionHandover(int srcNetworkType, int targetNetworkType, in callSessionHandover() method
|
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/ |
D | ImsCallSessionImplBase.java | 574 public void callSessionHandover(IImsCallSession i, int srcAccessTech, int targetAccessTech, in callSessionHandover() method in ImsCallSessionImplBase.ImsCallSessionListenerConverter 576 mNewListener.callSessionHandover( in callSessionHandover()
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsCallSessionListener.aidl | 124 void callSessionHandover(in IImsCallSession session, in callSessionHandover() method
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTrackerTest.java | 789 call.getImsCallSessionListenerProxy().callSessionHandover(call.getCallSession(), in testNotifyHandovers() 793 call.getImsCallSessionListenerProxy().callSessionHandover(call.getCallSession(), in testNotifyHandovers() 800 call.getImsCallSessionListenerProxy().callSessionHandover(call.getCallSession(), in testNotifyHandovers()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 3155 public void callSessionHandover(ImsCallSession session, int srcNetworkType, in callSessionHandover() method in ImsCall.ImsCallSessionListenerProxy
|
/frameworks/base/api/ |
D | test-lint-baseline.txt | 1596 MissingNullability: android.telephony.ims.ImsCallSessionListener#callSessionHandover(int, int, andr… 1597 Missing nullability on parameter `reasonInfo` in method `callSessionHandover`
|
D | test-current.txt | 3439 … method @Deprecated public void callSessionHandover(int, int, android.telephony.ims.ImsReasonInfo);
|
D | system-current.txt | 9646 … method @Deprecated public void callSessionHandover(int, int, android.telephony.ims.ImsReasonInfo);
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 1420 … method @Deprecated public void callSessionHandover(int, int, android.telephony.ims.ImsReasonInfo);
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 9544 … method @Deprecated public void callSessionHandover(int, int, android.telephony.ims.ImsReasonInfo);
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 67753 …mpat/stub/ImsCallSessionImplBase$ImsCallSessionListenerConverter;->callSessionHandover(Lcom/androi… 67948 Landroid/telephony/ims/ImsCallSession$IImsCallSessionListenerProxy;->callSessionHandover(IILandroid… 67983 Landroid/telephony/ims/ImsCallSession$Listener;->callSessionHandover(Landroid/telephony/ims/ImsCall… 85779 Lcom/android/ims/internal/IImsCallSessionListener$Stub$Proxy;->callSessionHandover(Lcom/android/ims…
|