Searched refs:getImsCallType (Results 1 – 3 of 3) sorted by relevance
384 assertEquals(0, mInfoEmpty.getImsCallType()); in testGetSetImsCallType()385 assertEquals(1, mInfoDefault.getImsCallType()); in testGetSetImsCallType()386 assertEquals(1, mInfoCopy.getImsCallType()); in testGetSetImsCallType()392 assertEquals(1, mInfoEmpty.getImsCallType()); in testGetSetImsCallType()393 assertEquals(2, mInfoDefault.getImsCallType()); in testGetSetImsCallType()394 assertEquals(3, mInfoCopy.getImsCallType()); in testGetSetImsCallType()
777 || cs.getImsCallType() != ImsCallProfile.CALL_TYPE_NONE) { in updateCallState()909 && cs.getImsCallType() == ImsCallProfile.CALL_TYPE_VT in hasVideoCall()922 && cs.getImsCallType() == ImsCallProfile.CALL_TYPE_VOICE) { in hasVoiceCall()
317 public int getImsCallType() { in getImsCallType() method in AtomsQualifiedRatListChangedInfo