Searched refs:callSession (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | ImsCallingTestOnMockModem.java | 215 TestImsCallSessionImpl callSession = sServiceConnector.getCarrierService().getMmTelFeature() in testSrvccActiveCall() local 218 isCallActive(call, callSession); in testSrvccActiveCall() 229 callSession.getCallId(), in testSrvccActiveCall() 231 callSession.getCallProfile()); in testSrvccActiveCall() 244 isCallDisconnected(call, callSession); in testSrvccActiveCall() 265 TestImsCallSessionImpl callSession = sServiceConnector.getCarrierService().getMmTelFeature() in testSendAnbrQuery() local 268 isCallActive(call, callSession); in testSendAnbrQuery() 271 callSession.callSessionSendAnbrQuery(2, 1, 24400); in testSendAnbrQuery() 300 TestImsCallSessionImpl callSession = sServiceConnector.getCarrierService().getMmTelFeature() in testNotifyAnbr() local 303 isCallActive(call, callSession); in testNotifyAnbr() [all …]
|
D | ConferenceHelper.java | 69 TestImsCallSessionImpl callSession = entry.getValue(); in getHoldSession() local 70 boolean isOnHold = callSession.isSessionOnHold(); in getHoldSession() 73 if (isOnHold && !callSession.getCallId().equals(foreGroundSessionCallId)) { in getHoldSession() 74 return callSession; in getHoldSession()
|
D | ImsCallingTest.java | 232 TestImsCallSessionImpl callSession = sServiceConnector.getCarrierService().getMmTelFeature() in testOutGoingCall() local 235 isCallActive(call, callSession); in testOutGoingCall() 239 isCallDisconnected(call, callSession); in testOutGoingCall() 267 TestImsCallSessionImpl callSession = in testOutGoingCallStartFailed() local 269 assertNotNull("Unable to get callSession, its null", callSession); in testOutGoingCallStartFailed() 270 callSession.addTestType(TestImsCallSessionImpl.TEST_TYPE_MO_FAILED); in testOutGoingCallStartFailed() 273 isCallDisconnected(call, callSession); in testOutGoingCallStartFailed() 297 TestImsCallSessionImpl callSession = in testIncomingCall() local 300 isCallActive(call, callSession); in testIncomingCall() 301 callSession.terminateIncomingCall(); in testIncomingCall() [all …]
|
D | EmergencyCallDomainSelectionTestOnMockModem.java | 984 TestImsCallSessionImpl callSession = sServiceConnector.getCarrierService() in testDefaultWifiImsRegisteredScanTimeoutSelectWifiImsPdn() local 987 assertNotNull(callSession); in testDefaultWifiImsRegisteredScanTimeoutSelectWifiImsPdn() 1015 TestImsCallSessionImpl callSession = sServiceConnector.getCarrierService() in testDefaultWifiImsRegisteredCellularTimeoutSelectWifiImsPdn() local 1018 assertNotNull(callSession); in testDefaultWifiImsRegisteredCellularTimeoutSelectWifiImsPdn() 1107 TestImsCallSessionImpl callSession = sServiceConnector.getCarrierService().getMmTelFeature() in testOutGoingEmergencyCall() local 1109 isCallActive(call, callSession); in testOutGoingEmergencyCall() 1113 isCallDisconnected(call, callSession); in testOutGoingEmergencyCall() 1216 TestImsCallSessionImpl callSession = sServiceConnector.getCarrierService() in isPsDialing() local 1219 if (callSession == null && sMockModemManager.isEmergencyNetworkScanTriggered(sTestSlot)) { in isPsDialing() 1225 return callSession != null; in isPsDialing()
|
D | CallDomainSelectionTestOnMockModem.java | 240 TestImsCallSessionImpl callSession = in isPsDialing() local 243 isCallActive(call, callSession); in isPsDialing() 818 TestImsCallSessionImpl callSession = in testPsCallEndOnPeerDevice() local 821 callSession.terminateIncomingCall(); in testPsCallEndOnPeerDevice() 874 TestImsCallSessionImpl callSession = in testWifiCallEndOnPeerDevice() local 878 callSession.terminate(ImsReasonInfo.CODE_USER_TERMINATED_BY_REMOTE); in testWifiCallEndOnPeerDevice()
|