Home
last modified time | relevance | path

Searched refs:rejectedCallIds (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java202 List<String> rejectedCallIds = Lists.newArrayList(); field in ConnectionServiceFixture.FakeConnectionService
312 rejectedCallIds.add(callId); in reject()
317 rejectedCallIds.add(callId); in rejectWithReason()
323 rejectedCallIds.add(callId); in rejectWithMessage()
DBasicCallTests.java399 return mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size() == 1; in testIncomingCallFromContactWithSendToVoicemailIsRejected()
443 assertEquals(0, mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size()); in testIncomingCallCallerInfoLookupTimesOutIsAllowed()
495 return mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size() == 1; in testIncomingCallFromBlockedNumberIsRejected()
525 assertEquals(0, mConnectionServiceFixtureA.mConnectionService.rejectedCallIds.size()); in testIncomingCallBlockCheckTimesoutIsAllowed()