Searched refs:mCallSession (Results 1 – 2 of 2) sorted by relevance
37 private InProgressCallSession mCallSession; field in InProgressCallSessionTest42 mCallSession = new InProgressCallSession(mPhone.getPhoneId()); in setUp()59 mCallSession.addEvent(builder); in testAddEvent()60 assertEquals(builder.build(), mCallSession.events.getFirst()); in testAddEvent()61 assertFalse(mCallSession.isEventsDropped()); in testAddEvent()74 mCallSession.addEvent(builder); in testEventDropped()77 assertTrue(mCallSession.isEventsDropped()); in testEventDropped()78 assertEquals(2, mCallSession.events.getFirst().rilRequestId); in testEventDropped()90 mCallSession.addEvent(builder); in testAddCallQualityEvent()91 assertEquals(builder.build(), mCallSession.events.getFirst()); in testAddCallQualityEvent()[all …]
43 private final TestImsCallSession mCallSession = new TestImsCallSession(); field in TestMmTelFeature76 return mCallSession; in createCallSession()