Searched refs:convertToSrvccConnectionInfo (Results 1 – 2 of 2) sorted by relevance
2066 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 …]
6077 convertToSrvccConnectionInfo(profileList), null); in handleSrvccConnectionInfo()6082 public SrvccConnection[] convertToSrvccConnectionInfo(List<SrvccCall> profileList) { in convertToSrvccConnectionInfo() method in ImsPhoneCallTracker