Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyCallScreeningServiceTest.java126 addIncomingAndVerifyBlocked(false /* addContact */); in testRejectCall()
146 addIncomingAndVerifyBlocked(false /* addContact */); in testRejectCallAndTryToSkipCallLog()
194 addIncomingAndVerifyBlocked(false /* addContact */); in testHasPermissionAndNoContactIncoming()
207 addIncomingAndVerifyBlocked(false /* addContact */); in testNoPermissionAndNoContactIncoming()
220 addIncomingAndVerifyBlocked(true /* addContact */); in testHasPermissionAndHasContactIncoming()
307 addIncomingAndVerifyBlocked(false /* addContact */); in testNoPostCallActivityWhenBlocked()
452 private void addIncomingAndVerifyBlocked(boolean addContact) throws Exception { in addIncomingAndVerifyBlocked() method in ThirdPartyCallScreeningServiceTest