Searched refs:mInCallServiceFixtureX (Results 1 – 6 of 6) sorted by relevance
90 mInCallServiceFixtureX.waitForUpdate(); in testCsPutExtras()115 mInCallServiceFixtureX.waitForUpdate(); in testCsPutBooleanExtra()139 mInCallServiceFixtureX.waitForUpdate(); in testCsPutIntExtra()164 mInCallServiceFixtureX.waitForUpdate(); in testCsPutStringExtra()190 mInCallServiceFixtureX.waitForUpdate(); in testCsRemoveExtra()198 mInCallServiceFixtureX.waitForUpdate(); in testCsRemoveExtra()224 mInCallServiceFixtureX.waitForUpdate(); in testCsUpdateExisting()233 mInCallServiceFixtureX.waitForUpdate(); in testCsUpdateExisting()263 mInCallServiceFixtureX.waitForUpdate(); in testCsSetExtras()273 mInCallServiceFixtureX.waitForUpdate(); in testCsSetExtras()[all …]
362 mInCallServiceFixtureX.getCall(callId).getState()); in testOutgoingCallAndSelectPhoneAccount()428 verify(mInCallServiceFixtureX.getTestDouble(), never()) in testIncomingCallFromContactWithSendToVoicemailIsRejected()479 disconnectCall(mInCallServiceFixtureX.mLatestCallId, in testIncomingCallCallerInfoLookupTimesOutIsAllowed()521 verify(mInCallServiceFixtureX.getTestDouble(), never()) in testIncomingCallFromBlockedNumberIsRejected()628 mInCallServiceFixtureX.mInCallAdapter.mute(true); in testAudioManagerOperations()631 mInCallServiceFixtureX.mInCallAdapter.mute(false); in testAudioManagerOperations()699 mInCallServiceFixtureX.getInCallAdapter().conference( in testAddCallToConference1()716 mInCallServiceFixtureX.getInCallAdapter() in testAddCallToConference2()1018 assertNull(mInCallServiceFixtureX.getCall(ids.mCallId)); in testSelfManagedOutgoing()1033 assertNull(mInCallServiceFixtureX.getCall(ids.mCallId)); in testSelfManagedIncoming()[all …]
220 InCallServiceFixture mInCallServiceFixtureX; field in TelecomSystemTest577 mInCallServiceFixtureX = new InCallServiceFixture(); in setupInCallServices()624 return mInCallServiceFixtureX.mLatestCallId; in startOutgoingPhoneCallWithNoPhoneAccount()718 assertEquals(mInCallServiceFixtureX.mCallById.size(), in startOutgoingPhoneCallWaitForBroadcaster()778 return mInCallServiceFixtureX.mLatestCallId; in startOutgoingPhoneCallPendingCreateConnection()834 mInCallServiceFixtureX.mLatestCallId); in redialingCallCreateConnectionComplete()871 mInCallServiceFixtureX.mLatestCallId); in outgoingCallCreateConnectionComplete()890 assertEquals(mInCallServiceFixtureX.mCallById.size(), in startIncomingPhoneCall()986 mInCallServiceFixtureX.mLatestCallId); in startIncomingPhoneCall()1058 mInCallServiceFixtureX.mInCallAdapter in startAndMakeActiveIncomingCall()[all …]
267 mInCallServiceFixtureX.getCall(callIds.mCallId).getVideoCallImpl( in testAnalyticsVideo()388 audioRoutes.add(mInCallServiceFixtureX.mCallAudioState.getRoute());389 mInCallServiceFixtureX.getInCallAdapter().setAudioRoute(CallAudioState.ROUTE_SPEAKER, null);
271 verify(mInCallServiceFixtureX.getTestDouble(), atLeastOnce()) in verifyAudioRoute()
118 mVideoCall = mInCallServiceFixtureX.getCall(mCallIds.mCallId).getVideoCallImpl( in setUp()