Searched refs:rejectedCallIds (Results 1 – 2 of 2) sorted by relevance
307 return mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size() == 1; in testIncomingCallFromContactWithSendToVoicemailIsRejected()344 assertEquals(0, mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size()); in testIncomingCallCallerInfoLookupTimesOutIsAllowed()388 return mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size() == 1; in testIncomingCallFromBlockedNumberIsRejected()417 assertEquals(0, mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size()); in testIncomingCallBlockCheckTimesoutIsAllowed()
165 List<String> rejectedCallIds = Lists.newArrayList(); field in ConnectionServiceFixture.FakeConnectionService222 rejectedCallIds.add(callId); in reject()