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.java223 List<String> rejectedCallIds = Lists.newArrayList(); field in ConnectionServiceFixture.FakeConnectionService
334 rejectedCallIds.add(callId); in reject()
339 rejectedCallIds.add(callId); in rejectWithReason()
345 rejectedCallIds.add(callId); in rejectWithMessage()
DBasicCallTests.java430 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()