Searched refs:rejectedCallIds (Results 1 – 2 of 2) sorted by relevance
223 List<String> rejectedCallIds = Lists.newArrayList(); field in ConnectionServiceFixture.FakeConnectionService334 rejectedCallIds.add(callId); in reject()339 rejectedCallIds.add(callId); in rejectWithReason()345 rejectedCallIds.add(callId); in rejectWithMessage()
430 return mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size() == 1; in testIncomingCallFromContactWithSendToVoicemailIsRejected()474 assertEquals(0, mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size()); in testIncomingCallCallerInfoLookupTimesOutIsAllowed()528 return mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size() == 1; in testIncomingCallFromBlockedNumberIsRejected()558 assertEquals(0, mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size()); in testIncomingCallBlockCheckTimesoutIsAllowed()