Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallingTest.java270 callSession.addTestType(TestImsCallSessionImpl.TEST_TYPE_MO_FAILED); in testOutGoingCallStartFailed()
478 callSession.addTestType(TestImsCallSessionImpl.TEST_TYPE_HOLD_FAILED); in testOutGoingCallHoldFailure()
526 callSession.addTestType(TestImsCallSessionImpl.TEST_TYPE_RESUME_FAILED); in testOutGoingCallResumeFailure()
700 moCallSession.addTestType(TestImsCallSessionImpl.TEST_TYPE_HOLD_NO_RESPONSE); in testOutGoingIncomingMultiCallAcceptTerminate()
766 moCallSession.addTestType(TestImsCallSessionImpl.TEST_TYPE_HOLD_NO_RESPONSE); in testOutGoingIncomingMultiCallHoldFailedTerminateByRemote()
855 mCallSession1.addTestType(TestImsCallSessionImpl.TEST_TYPE_RESUME_FAILED); in testOutGoingCallSwapFail()
926 mCallSession2.addTestType(TestImsCallSessionImpl.TEST_TYPE_CONFERENCE_FAILED); in testConferenceCallFailure()
961 mCallSession2.addTestType( in testConferenceCallFailureByRemoteTerminated()
1000 mCallSession3.addTestType(TestImsCallSessionImpl.TEST_TYPE_JOIN_EXIST_CONFERENCE); in testCallJoinExistingConferenceCall()
1045 mConfCallSession.addTestType( in testCallJoinExistingConferenceCallAfterCallSwap()
[all …]
DTestImsCallSessionImpl.java805 public void addTestType(int type) { in addTestType() method in TestImsCallSessionImpl