Searched refs:rejectedCallIds (Results 1 – 2 of 2) sorted by relevance
202 List<String> rejectedCallIds = Lists.newArrayList(); field in ConnectionServiceFixture.FakeConnectionService312 rejectedCallIds.add(callId); in reject()317 rejectedCallIds.add(callId); in rejectWithReason()323 rejectedCallIds.add(callId); in rejectWithMessage()
394 return mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size() == 1; in testIncomingCallFromContactWithSendToVoicemailIsRejected()438 assertEquals(0, mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size()); in testIncomingCallCallerInfoLookupTimesOutIsAllowed()490 return mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size() == 1; in testIncomingCallFromBlockedNumberIsRejected()520 assertEquals(0, mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size()); in testIncomingCallBlockCheckTimesoutIsAllowed()