Home
last modified time | relevance | path

Searched refs:convertToSrvccConnectionInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java2066 SrvccConnection[] srvccConnections = mCTUT.convertToSrvccConnectionInfo(profiles); in testConvertToSrvccConnectionInfoNotSupported()
2080 srvccConnections = mCTUT.convertToSrvccConnectionInfo(profiles); in testConvertToSrvccConnectionInfoNotSupported()
2115 SrvccConnection[] srvccConnections = mCTUT.convertToSrvccConnectionInfo(profiles); in testConvertToSrvccConnectionInfoBasicSrvcc()
2150 SrvccConnection[] srvccConnections = mCTUT.convertToSrvccConnectionInfo(profiles); in testConvertToSrvccConnectionInfoMoAlerting()
2162 srvccConnections = mCTUT.convertToSrvccConnectionInfo(profiles); in testConvertToSrvccConnectionInfoMoAlerting()
2177 srvccConnections = mCTUT.convertToSrvccConnectionInfo(profiles); in testConvertToSrvccConnectionInfoMoAlerting()
2212 SrvccConnection[] srvccConnections = mCTUT.convertToSrvccConnectionInfo(profiles); in testConvertToSrvccConnectionInfoMtAlerting()
2223 srvccConnections = mCTUT.convertToSrvccConnectionInfo(profiles); in testConvertToSrvccConnectionInfoMtAlerting()
2250 SrvccConnection[] srvccConnections = mCTUT.convertToSrvccConnectionInfo(profiles); in testConvertToSrvccConnectionInfoMtPreAlerting()
2263 srvccConnections = mCTUT.convertToSrvccConnectionInfo(profiles); in testConvertToSrvccConnectionInfoMtPreAlerting()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java6077 convertToSrvccConnectionInfo(profileList), null); in handleSrvccConnectionInfo()
6082 public SrvccConnection[] convertToSrvccConnectionInfo(List<SrvccCall> profileList) { in convertToSrvccConnectionInfo() method in ImsPhoneCallTracker